"The problem here is that you are trying to change the Geometry of a Primitive. Primitives by default have a shared geometry and thus shared appearance. Here is the blurb from the Javadoc, it suggests changing the shared geometry flag to get around this."
I added this line to the AppearanceTest example and it doesn't seem to fix the problem...
shape.setCapability(GEOMETRY_NOT_SHARED);
Why does sharing Geometry necessitate sharing Appearance... Also, if all the Appearances are shared, shouldn't all the spheres have to be the same color?
Why does the initial change work, but not subsequent changes??
_________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
=========================================================================== 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".