PDA

View Full Version : isCulled ?


cade_mccall
07-22-2010, 10:43 PM
If I run the script below, I get a 0 even though I can't see the node in my window. What am I missing?

import viz
viz.go()
node = viz.add('box.wrl' )
node.setPosition(-3.3,1.8,5)
print viz.MainWindow.isCulled(node)