Re: [JAVA3D] Change to VRML

2002-03-12 Thread Justin Couch
Fábio Magalhães wrote: > How can i change this code to load a vrml object ? > wich package should i import? The exact class name depends on which VRML loader you wish to use. Have a look here for a list of them: http://www.j3d.org/utilities/loaders.html Here's how to do it with Xj3D import or

[JAVA3D] Change to VRML

2002-03-12 Thread Fábio Magalhães
How can i change this code to load a vrml object ? wich package should i import? Thanks. Fabio //-- //Construindo um ContentBranch private BranchGroup constructContentBranch() { ObjectFile myOBJ = new ObjectFile(); Scene myOBJS