Hi,

I am not able to DISABLE Back Face culling.
This is the peice of code, it doesn't seem to work at all.

       Shape3D shape = new Shape3D();
       shape.setGeometry(gi.getGeometryArray());
       Appearance appr = new Appearance();
       PolygonAttributes pa = new PolygonAttributes();
       pa.setCullFace(pa.CULL_NONE);
       pa.setBackFaceNormalFlip(true);
       appr.setPolygonAttributes(pa);
       shape.setAppearance(appr);


Thanx .
--
                        Rajesh Jain ([EMAIL PROTECTED])
                        Parametric Technology Corp
                        http://www.ptc.com

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