Hi,
 
I'm having a little trouble trying to set the appearance of primitives when I define the number of divisions in the constructor, specifically Cone; which I'm using to create a pyramid.
 
pyramid = new Cone ( 0.5f, 0.2f, Primitive.ENABLE_APPEARANCE_MODIFY , 4, 2, pyramidAppearance );
 
I've tried setting the overall appearance and the apperance of each sub-group after instantiation, but the cone remains the default white.
 
Any help would be greatly appreciated.
 
Thanks,

Dale
=========================================================================== 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