In 3D I need represent plane
I am using following code for plane
PolygonAttributes pattr = new PolygonAttributes();
pattr.setPolygonMode(pattr.POLYGON_FILL);
pattr.setBackFaceNormalFlip(false);
pattr.setCullFace(pattr.CULL_NONE);
ap.setPolygonAttributes(pattr);
using pattr.CULL_NONE its showing other side of plane in black color .
I am using mouse behaviors to the universe. I have given plane as red color. I need
same color in other side of plane but its showing in black.
Any solution for my problem
naveen
===========================================================================
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".