> Date: Fri, 11 Jul 2003 08:54:35 +0100 > From: Lewis Walker <[EMAIL PROTECTED]> > Organization: Rhema Designs > > If I am highlighting only one shape at a time, the problem doesn't seem > to manifest. If I highlight many shapes at once, however, some of them > sometimes don't get updated in the view.
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. > I can (I think) get rid of the problem by putting in a time delay > between the calls to change the material colors of each shape - It would > seem that having too many calls to setMaterial in a row with no pause > between them is the problem. This rather points at thread issues in the > Java3D code. Where are you performing the call? Attribute changes won't necessarily be synchronized with rendering unless they are performed from the Behavior thread. -- 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".
