Hi, all
I built polyhedrons using IndexedTriangleArray, the normal for each
vertex point is (0.0, -1.0, 0.0). I used the following code to set the
appearance:
PolygonAttributes pa = new PolygonAttributes();
pa.setCullFace(PolygonAttributes.CULL_NONE);
pa.setBackFaceNormalFlip(true);
Appearance app = new Appearance();
app.setPolygonAttributes(pa);
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
===========================================================================
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".