![]() |
#9
|
|||
|
|||
It's difficult to say what you are doing wrong without seeing any code. The following sample applies a clip plane to a root node and affects all children. It works for me in Vizard 3 and 4:
Code:
import viz viz.go() root = viz.addGroup() for x in range(20): viz.add('logo.ive',pos=(0,0,x),parent=root) root.clipPlane([1,0,0,0]) import vizcam vizcam.PivotNavigate(distance=10) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Near and far clipping on infinite terrain | vijaykiran | Vizard | 2 | 01-21-2011 04:59 AM |
Does the automatic clipping plane calculation work? | Joran | Vizard | 4 | 07-10-2009 10:35 AM |
Plane faces main View | jaylocco | Vizard | 2 | 07-05-2009 08:21 PM |
I need help with the Far Clip Plane... | k_iwan | Vizard | 3 | 03-13-2007 04:54 AM |
Panning Textures across a plane. | shivanangel | Vizard | 3 | 04-07-2006 08:45 AM |