![]() |
|
#5
|
|||
|
|||
Try using viztask to keep track of the flow of your program. You can yield until a signal is sent when your enter node3D is clicked on.
Code:
import viztask s = viztask.Signal() def MyTask(): yield s.wait() #save your data viztask.schedule( MyTask() ) vizact.onpick(enter_node, s.send) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gps input for viewpoint location? | realvision | Vizard | 3 | 03-19-2008 12:37 PM |
General question and question regarding arrays | dan12345 | Vizard | 1 | 01-15-2008 10:15 AM |
Human FOV and VIrtual FOV | giancamati | Vizard | 0 | 12-14-2006 03:33 AM |
Timer vs. Keyboard input | Wenamun | Vizard | 1 | 01-23-2006 09:04 PM |
problem with input boxes | shai | Vizard | 6 | 08-15-2005 10:51 AM |