Re: [JAVA3D] getting shape from vrml and finding the points

2000-01-12 Thread SUBSCRIBE JAVA3D-INTEREST Nazrul
* Sorry for the last mail I accidentally pressed send button (I wanted to use the tab key to move some text but is went to the send button). Question: But what happen if the Scene is live and the capability of the Shpe3D is not set to ALLOW_GEOMETRY_READ. How can you get the Geometry now, becaus

Re: [JAVA3D] getting shape from vrml and finding the points

2000-01-12 Thread SUBSCRIBE JAVA3D-INTEREST Nazrul
Well, if you have the shape DEF'd in the vrml file, it will be easier =) Let us say that the DEF'd object's name is CubeShape do Hashtable hash = Scene.getNamedObjects(); Object rootObj = hash.get("CubeShape"); //now you must start doing some testing //usually the rootObj will be a branchgroup,