Hello,

> I'd like to know how to clip a surface made in java3d ?
> which API should i use ?

Have a look at ModelClip(), define the clipping planes (just a little
maths is all it takes), put the ModelClip() with your object in a
TransformGroup and have the bounds and the scope set right.

If you should need some example code, have a look at the
"ModelClip" demo-directory supplied with J3D.
("ModelClipTest.java" and "ModelClipTest2.java" are the files to
look for.)

Regards,
André

===========================================================================
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".

Reply via email to