WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   isCulled ? (https://forum.worldviz.com/showthread.php?t=2847)

cade_mccall 07-22-2010 10:43 PM

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)


All times are GMT -7. The time now is 02:39 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC