[JAVA3D] Textures in immediate mode?

2000-09-09 Thread David
I am getting some wierd behavior.  If I draw a shape which has a texture in immediate (mixed) all geometry is rendered with the texture, even retained geometry, and even geometry in immediate mode which is not textured.  Everything drawn shows up with the one texture.  Very strange.  This is

[JAVA3D] Java3D Demos

2000-09-09 Thread Iris Huang
Hello, I am a beginner of Java3D. When I tried to load a Java3D demo on my PC (Windows98, 64MB memory), I got a problem. Every time the explorer stopped at "loading java applet...", and at the bottom of the browser, there was an error message: error: javax/media/j3d/SceneGraphObject.

[JAVA3D] Immediate Mode Crashes

2000-09-09 Thread David
I am getting a null pointer crash when I try to gc.draw a shape or geometry I have created using triangle strip arrays.  My shapes work fine in retained mode.  The color cube works fine in immediate mode.  I can't tell the difference except I am using triangle strips and color cube uses quad

Re: [JAVA3D] Java3d MIPMAP versus hardware mipmap.

2000-09-09 Thread David
I am bumping this up again. I would like to see if this is a known problem. Dave Yazel - Original Message - From: Yazel, David J. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 05, 2000 11:01 AM Subject: [JAVA3D] Java3d MIPMAP versus hardware mipmap. When I upgrad