> 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: Separator

Separator is a VRML 1.0 node type, and the vrml97 loader is a VRML 2.0
implementation.  Perhaps there is a switch on 3D Studio Max to output VRML 2.0?

Doug Gehringer
Sun Microsystems

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