[JAVA3D] VRML loader

2004-04-08 Thread Leandro L Dihl
Hi, I have problem when I try to get a VRML object loaded with a x3d loader. This error is generate after click on object. javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex count at javax.media.j3d.GeometryArray.getVertexCount(GeometryArray.java:581)

[JAVA3D] Do not want to make BranchGroup live

2004-04-08 Thread Maxim Tugai
Hello all. I have two unresolved problems: 1) I want to make picking on BranchGroup that was not added to Canvas3D (i.e. is not live) 2) Also, I want to do something like collision detecting, based on geometry - also, on non-living BranchGroup. For now, I do not know possible ways, since appropria