How to do something like ModelClip did?

How could I do with Xith3d what in J3D (according to its API) the class javax.media.j3d.ModelClip does?

Hi,

Currently there is no equivalent to Java3D ModelClip node in Xith3D.

We plan to add support for Clipping Planes as one of attributes to Appearance and provide support for more than 6 clipping planes (because of OpenGL potentially allows that, and 6 planes is minimum to be supported by every implementation).

Also we plan to support Scissor Test to provide per-pixel clipping in window coordinates.

Yuri