[JAVA3D] Adding Shape3D objects to a live scene.

2002-03-31 Thread Subu
Hello everyone, I'm trying to add Shape3D objects to a live scene graph. Which of the following capability bits have to be set? ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, Currently, I've set all three of them. Also, do I have to set these capabilities for the entire

[JAVA3D] Canvas3D background erased?

2002-03-07 Thread Subu
click on the Canvas3D. I did see a post in the archives but did not find a solution. http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0011L=java3d-interestP=R26262 Could someone please help me out here? Thanks -Subu

[JAVA3D] problem rendering IndexedTriangleStripArray and IndexedLineStripA rray

2002-02-22 Thread Subu
Hello, I've got this Shape3D object and to it i add IndexedTriangleStripArrays and IndexedLineStripArrays. The PolygonAttributes associated with this Shape3D object has back facing normals flipped and does not cull any triangles (front or back facing). While rendering this Shape3D object, back