Hi
I have a python script which basically controls the clippingplane with a controller i.e by using getpinchstrength
So i have a box or an object which i pinch to get hold of it and move it to control the clippinplane. This all works fine but since the clippingplane clips or cuts all objects along its path the controller box is also getting clipped.
Would be great if there is a way to exclude certain objects from the clipping plane i.e to tell the clipping plane not to clip some objects
Thanks