![]() |
#1
|
|||
|
|||
vizact
HI.
I'm going over the Vizard tutorials to practice my VR skills and I ran into this problem. The tutorial told me this info and I tried to fix using the vizact.goto, but the script did not work. Can you send me a sample of a script where that argument is used? ** WARNING: <node>.goto will be deprecated in future versions of Vizard, use vizact.goto instead Thanks Vinicius |
#2
|
|||
|
|||
Hi,
The warning message means you should change code that looks like this: Code:
node.goto(...) Code:
node.add( vizact.goto(...) ) |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|