Re: [JAVA3D] Geometry Array - VRMLloader

2001-04-11 Thread Tina Manoharan Valappil
> > Hi, > > > > I have loaded an object (*.wrl file) using the VRMLloader. > > I got its geometry like this > > > > GeometryArray childGeom = (GeometryArray) childShape.getGeometry(); > > // where childShape is its Shape3D > > > > Now in the VRML fil

Re: [JAVA3D] Geometry Array - VRMLloader

2001-04-11 Thread giles
Tina Manoharan Valappil wrote: > > Hi, > > I have loaded an object (*.wrl file) using the VRMLloader. > I got its geometry like this > > GeometryArray childGeom = (GeometryArray) childShape.getGeometry(); > // where childShape is its Shape3D > > Now

[JAVA3D] Geometry Array - VRMLloader

2001-04-11 Thread Tina Manoharan Valappil
Hi, I have loaded an object (*.wrl file) using the VRMLloader. I got its geometry like this GeometryArray childGeom = (GeometryArray) childShape.getGeometry(); // where childShape is its Shape3D Now in the VRML file I can see that the color of th