-Hi, Could you give me a quick explain on vrml97 loader's Unknown node
type: Separator?
I Tried Sun's VRML loader from Selman's book example, it works fine.
But I tried to load my own VRML file, it always throws exceptions as follows:
Current user.dir: C:\dev\instruments\singleslitdiffraction\dist
Running as Application:
file:/C:/dev/instruments/singleslitdiffraction/dist/
File path =
file:/C:/dev/instruments/singleslitdiffraction/dist/VRMLFiles/RulerTrack.wrl
Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node
type: Separator
Last token was "Separator" at line 3
com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: Separator
at com.sun.j3d.loaders.vrml97.impl.Parser.NodeBody(Parser.java:571)
at com.sun.j3d.loaders.vrml97.impl.Parser.Node(Parser.java:510)
at com.sun.j3d.loaders.vrml97.impl.Parser.NodeStatement(Parser.java:220)
at com.sun.j3d.loaders.vrml97.impl.Parser.Statement(Parser.java:198)
at com.sun.j3d.loaders.vrml97.impl.Parser.Scene(Parser.java:187)
at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:409)
at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:357)
at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:293)
at com.sun.j3d.loaders.vrml97.VrmlLoader.doLoad(VrmlLoader.java:112)
at com.sun.j3d.loaders.vrml97.VrmlLoader.load(VrmlLoader.java:106)
===========================================================================
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".