[JAVA3D] AW: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Johannes Neubauer
16:56 An: [EMAIL PROTECTED] Betreff: Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object   Johannes,   Did you think about joystick support ? There some nice free ones as : http://www.hardcode.de/us/index.html  - there also a keyboard

Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Johannes Neubauer
list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Doug Twilleager Sent: 28 August 2003 16:31 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object Is it flicker or stuttering?  What's your framerate.  I am assuming

Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Jeremy Booth
Alessandro Borges wrote: Johannes, Did you think about joystick support ? There some nice free ones as : http://www.hardcode.de/us/index.html - there also a keyboard arrows support http://sourceforge.net/projects/javajoystick/ http://www.cybergarage.org/vr/device/joystick/java/ Alessandro I'm go

Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Lewis Walker
PROTECTED] On Behalf Of Doug TwilleagerSent: 28 August 2003 16:31To: [EMAIL PROTECTED]Subject: Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object Is it flicker or stuttering?  What's your framerate.  I am assuming that it is higher than your updaterate (

Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Alessandro Borges
Message - From: Johannes Neubauer To: [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 12:20 PM Subject: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object Hello,   Take a look here, please: http://flash-tools.de/j3d/test.zip

Re: [JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Doug Twilleager
Is it flicker or stuttering?  What's your framerate.  I am assuming that it is higher than your update rate (25fps).  A better approach is to update ever frame, and use the amount of time passed between frames to drive your physics.  You will need to use the hi-res timer utility to get a good m

[JAVA3D] flickering Shape3D object when moving both ViewPlatform and Shape3D-Object

2003-08-28 Thread Johannes Neubauer
Hello,   Take a look here, please: http://flash-tools.de/j3d/test.zip     (179KB)     I still try to make a 3d-Game in J3D. I have loaded an Objectfile for my Spaceship and one for my Terrain. There is only one Ambientlight and no textures, so it isn’t beautiful, but good for t