![]() |
|
#1
|
|||
|
|||
It seems that you only check for visibility of the avatar once. You should put the isCulled check in a loop, so that Vizard continuously checks whether the avatar is in view. Hope that helps!
|
#2
|
|||
|
|||
Thanks that's very helpful. so if i were to make a loop for it to check for visibility until the program stops how would I do that?
|
#3
|
|||
|
|||
Use vizact.ontimer(). For more information, see http://docs.worldviz.com/vizard/comm...ct/ontimer.htm. An example use of vizact.ontimer:
Code:
import vizact def dostuff(): print viz.getFrameNumber() vizact.ontimer(1,dostuff) |
#4
|
|||
|
|||
![]()
That worked great! thanks a lot for your help
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|