Hi,
I want to draw a Quad by using two TriangleArrays. I want to draw this Quad centerality
Point( 0 , 0 , 0 ).
This is the array I set for TriangleArray:
Point3d[] coords = { new Point3d( 1.0, 0.0, 0.0 ),
new Point3d( 0.0, 0.0, -1.0 ),
new Point3d( -1.0, 0.0, 0.0 ),
new Point3d( -1.0, 0.0, 0.0 ),
new Point3d( 0.0, 0.0, 1.0 ),
new Point3d( 1.0, 0.0, 0.0 ) };
When I change the Z-axis to zero , it works !!
Regards,
Saeed
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we. =========================================================================== 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".