Hai all, Suppose I generated a surface in java3d (using the class QuadArray), on the xy coordinate plane, the surface area is with a field which can be represented as F(x,y) (e.g. |x|<=10,|y|<=10 or x*x+y*y<=10).
now i want to show only a subfield of the surface.e.g, i only want to show the suface which satisfy the constraints: |x|<=5,|y|<=5 or x*x + y*y <= 5. What shall i do with this clipping using java3d? Thanks! Best regards, y_z_jiang [EMAIL PROTECTED] 2004-06-02 =========================================================================== 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".