I'm trying to use the com.sun.j3d.loaders.vrml97.VrmlLoader
to read a VRML file containing some animations. In my hopeful
mid i thought that the ROUTEs in the VRML file would
be imported as behavior nodes, however, when i do
Loader loader = new VrmlLoader(Loader.LOAD_BEHAVIOR_NODES);
loaderScene = loader.load(filename);
, loaderScene.getBehaviorNodes() still returns null:-(
Am i completely in the blue here?
plz
//Rikard
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".