> Date: Sat, 12 Jul 2003 11:29:51 +0100 > From: Lewis Walker <[EMAIL PROTECTED]> > Organization: Rhema Designs > > > We haven't seen this problem. There have been a lot of bug fixes from > > Java 3D 1.3 to 1.3.1; you may want to try upgrading to see if the > > problem is still there in 1.3.1. > > Actually, it is 1.3.1 that I'm using.
OK, I've changed the subject line. > > Where are you performing the call? Attribute changes won't > > necessarily be synchronized with rendering unless they are performed > > from the Behavior thread. > > I tried this. Let's try factoring out the synchronization issues for the moment then. Looking more closely over some of your previous points, is it the situation that you've updated the Appearances for two or more Shape3D, and then a few frames later you're updating the view dynamically, and the shapes flash their appearances without any other updates? That would definitely be a bug in J3D 1.3.1, but we'll need a reproducible test case to investigate. -- Mark Hood =========================================================================== 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".
