Re: [JAVA3D]

2001-09-03 Thread DigitalSedition Developer Relations
Hi Vahid, You should visit the website http://www.j3d.org. Afterwards you will likely want to pick up the Java3D API Jump Start book to help you get started. - Original Message - From: "VAHID HAJALI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 03, 2001 11:40 AM Su

Re: [JAVA3D] Turning objects on and off

2001-09-03 Thread DigitalSedition Developer Relations
Okay... now I'm just curious. Wouldn't you just use a switch node? That seems to be the old school OpenInventor way for solving these problems - can't imagine that it wouldn't be just as efficient in Java3D. Want it off, flip the switch node :) - Original Message - From: "Pedro Estrada"

Re: [JAVA3D] Heavyweight JMenu?

2001-08-29 Thread DigitalSedition Developer Relations
Yeah... that's true. I just set the behavior throughout the entire system because they could all end up overlaying the Canvas3D. So all I do is: JPopupMenu.setDefaultLightWeightPopupEnabled( false); when I'm constructing me GUI and I'm good for the rest of my application. - Original Message

[JAVA3D] Deprecated TriangleArray.setCoordinate( index, coord[] )?

2001-08-15 Thread DigitalSedition Developer Relations
Hi folks, I was rebuilding some old code and I noticed that GeometryArray.setCoordinate( index, coord[] ) has been deprecated. I was curious to learn the reason for this...   Thanks.

[JAVA3D] GeometryArrary vs IndexedGeometry Array

2001-08-12 Thread DigitalSedition Developer Relations
Hi folks,   I'm looking for someone who can answer a fundamental issue - is the current implementation of IndexedGeometryArray (in particular IndexedTriangleArray) optmized in any way as to be able to perform faster than a regular TriangleArray.   Thanks in advance,    

Re: [JAVA3D] ot: applet tag

2001-08-06 Thread DigitalSedition Developer Relations
Hi Will I've been there. To this point we still ended up with two seperate tags to get everything working smoothly, though between versions 4 and 6 of Netscape you may get one of them to do what you expect. - Original Message - From: "Will Holcomb" <[EMAIL PROTECTED]> To: <[EMAIL PROT