[JAVA3D] does CULL_NONE work?

2003-08-30 Thread Glenn Pinkerton
Hello, I am using the java3d version that is installed with the following binary: java3d-1_3_1-windows-i586-opengl-sdk.exe It is on windows and built on opengl. I cannot get the CULL_NONE behavior in the PolygonAttributes to work correctly. Here is a fragment of code I use to set u

Re: [JAVA3D] designing buildings...

2003-08-30 Thread Flavius
Dirk, Thanx a lot, that's exactly what I was looking forNever thought of checking out the FlyThru =) Thanx Flavius === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3

Re: [JAVA3D] designing buildings...

2003-08-30 Thread Dirk L. van Krimpen
Flavius, If you just would walk around and look around you, you may take a look at, or even better download, FlyThru. There you see all kind of houses and you can walk, drive and fly over it. It also includes the Java3D source code, so then at least you'll have start. I tought that it would be av

Re: [JAVA3D] D3DERR_DRIVERINTERNALERROR on GeForce FX 5600

2003-08-30 Thread Chien Yang
Alan, This output is from j3d-d3d and it is invoked when j3d is unable lock the vertex buffer. It is likely a problem in the driver. Chien Yang Sun Microsystems. Alan Zander wrote: Hi All,   I just upgraded my video card from an Asylum GeForce FX 5200 128M to an A

Re: [JAVA3D] CANCAS3D inside CANVAS3D

2003-08-30 Thread hterrolle
yes i thought about it but it is notreally the best for design. I woulg like to opena new 3D projection inside existing one. A little bit like what they have done in the game COMMANDO if you know this one. But if i haveno choise i already got another soution but it is more difficult tiimplem