Hi, Does any one know how to draw the outline for a non-convex or non-planar polygon in Java3D?
In OpenGL, we have the glEdgeFlag() function to control the display of an edge, so we can just draw the outline of the polygon, not those new edges created by dividing the polygon into triangles. In Java3D, the GeometryInfo class does the tesselation job, but it doesn't have any information to control the display of an edge. Does any one have a solution for this problem? regards, white =========================================================================== 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".
