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