Thread: isCulled ?
View Single Post
  #1  
Old 07-22-2010, 10:43 PM
cade_mccall cade_mccall is offline
Member
 
Join Date: Sep 2004
Posts: 61
isCulled ?

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)
Reply With Quote