Yes, I have an ambient light and two directional lights, but I can't set the Appearance of my shapes, they are all white(the default white). Boby
----- Original Message ----- From: "Dietrich, Harald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 6:00 PM Subject: [JAVA3D] AW: [JAVA3D] creating shapes from GeometryArray Obviously something is wrong with your Shape3D appearance. White is the default setting for the appearance of an scene graph object. So it looks like you do not set a proper appearance. Setting the appearance for the Shape3D is enough. You do not have to set color or texture explicitly for your geometry array as long as the geometry array shall not have more than one textures or colors. Are you using lightning in your scene graph? Harald -----Ursprüngliche Nachricht----- Von: Robert Gomez-Reino [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. September 2003 17:52 An: [EMAIL PROTECTED] Betreff: Re: [JAVA3D] creating shapes from GeometryArray An extension of my question...... Is the only way to solve this to use the methods of GeometryArray (setColors(), setTextures().....) ? Boby ----- Original Message ----- From: Robert Gomez-Reino To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:49 PM Subject: [JAVA3D] creating shapes from GeometryArray Hi all, I am creating shapes3D using the class GeometryArray and the method addGeometry() de Shape3D. The thing is that I though that I was going to be able to use the method setAppearance() to set the ....appearance of this shapes3D. If I do it the shapes remain in white color. Can anybody help me with this. Thanks. Boby =========================================================================== 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". =========================================================================== 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". =========================================================================== 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". =========================================================================== 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".