I am sorry but I did not undersant what is going wrong...
What your bug demo is suppused to do , and  what it is doing wrong ???

Alessandro

Michael Schnieders escreveu:

"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??

=========================================================================== 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".

Reply via email to