I am trying to export a file from 3D Studio Max to Java3D.  The .Obj loaders
did not do what I wanted, so I decided to go with VRML.
But, when I export to VRML, the loader does not like my files.  I get the
following exception:

Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node
type: Se
parator
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:407)
        at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:355)
        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)
        at Vrml97Viewer.gotoUrl(Vrml97Viewer.java:664)
        at Vrml97Viewer.main(Vrml97Viewer.java:853)
Exception loading URL: vrml.InvalidVRMLSyntaxException
vrml.InvalidVRMLSyntaxException
        at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:413)
        at com.sun.j3d.loaders.vrml97.impl.Loader.load(Loader.java:355)
        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)
        at Vrml97Viewer.gotoUrl(Vrml97Viewer.java:664)
        at Vrml97Viewer.main(Vrml97Viewer.java:853)
Exception in thread "main" com.sun.j3d.loaders.ParsingErrorException
        at com.sun.j3d.loaders.vrml97.VrmlLoader.doLoad(VrmlLoader.java:117)
        at com.sun.j3d.loaders.vrml97.VrmlLoader.load(VrmlLoader.java:106)
        at Vrml97Viewer.gotoUrl(Vrml97Viewer.java:664)
        at Vrml97Viewer.main(Vrml97Viewer.java:853)

The demos work fine. Is this a problem with how I exported the file, what's
in the file, or my code?  Does anybody have any experience with this?

TIA
Chad Zalkin
http://www.thewanderingfool.com

===========================================================================
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".

Reply via email to