Thread: Clipping Plane
View Single Post
  #6  
Old 10-22-2012, 03:53 PM
pitbool pitbool is offline
Member
 
Join Date: Oct 2012
Posts: 31
Hi,

I have a list of around 5000 nodes on which I want to apply the clip operation.

I created a scenegraph with a parent node to all of these nodes. Then I created a clipplane to the parent node.
The clip plane works fine on the parent node. However the clipplane doesn't seem to apply to any of the children. I have tried with all the three op options (viz.OP_TRAVERSE, viz.OP_OVERRIDE, viz.OP_ROOT) in the clipplane definition (http://docs.worldviz.com/vizard/comm.../clipPlane.htm) but none worked.

Could farshizzo or anyone else please give any pointers to my problem?

Thanks in advance!
Reply With Quote