Volume slicing of a 3D object

Actually I have created a 3D object by enclosing it in between 2 meshes.

I need to create a movable plane that could slice thru this object and show me it’s intersection with the surface, so that one could get an idea of the shape of the object.

Please let me know how could I do that…

Thanks a lot

The StencilCap sample in the Rage128 SDK does something along the lines of what you’re asking for. It uses a user clip plane and also some stencil buffer tricks to “cap” the object at the clipped plane.

-Jason