>Delivered-To: [EMAIL PROTECTED] >User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204 >X-Accept-Language: en-us >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Date: Sat, 16 Feb 2002 06:14:07 +1100 >From: Justin Couch <[EMAIL PROTECTED]> >Subject: Re: [JAVA3D] strange >To: [EMAIL PROTECTED] > >Kelvin Chung wrote: > > >> Alternatively, you can try Java3D v1.3 beta1 which >> should work with JDK1.4. > >In general it does, but I've had a few weird bugs with it. The one I see >most often is related to window resizing. Sometimes it works, others it >doesn't. The error messages I get are about failing to reset the D3D >context or something similar to that (don't have messages handy). If you >don't resize the window often, then you should be OK (BTW this has been >the RC1 and FCS release of JDK 1.4) >
If you use the switch -Dj3d.debug=true when starting the apps. It will print output the reason why it fail to reset D3D context. I guess it happens when Java3D fail to release all surface/resource in D3D before recreate a bigger surface (Unlike Opengl which resizing is handle by driver itself). v1.3 beta2 will address this issues better. Thanks. - Kelvin --------------- Java 3D Team Sun Microsystems Inc. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
