Hello Dirk, Thanks for the advice. I was pretty certain that I had actually put the attributes into an appearance, but I think I didn't actually set the appearance for the Shape3D. Setting the appearance for the Shape3D seems to be the key. I guess when the Shape3D has a null appearance, the rendering does not behave the same as if a default appearance object is set for the shape.
In any case, it works now and I thank you for the feedback. Glenn ----- Original Message ----- From: "Dirk L. van Krimpen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 31, 2003 3:30 AM Subject: Re: [JAVA3D] does CULL_NONE work? Glenn, Did you assign the PolygonAtributes to an Appearance? Eg, using: PolygonAttributes plga=new PolygonAttributes(); plga.setCullFace(plga.CULL_NONE); app.setPolygonAttributes(plga); =========================================================================== 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".
