#1
|
|||
|
|||
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) |
|
|