WorldViz User Forum

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

Vinicius Lima 08-01-2007 09:57 AM

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: .goto will be deprecated in future versions of Vizard, use vizact.goto instead


Thanks

Vinicius

farshizzo 08-01-2007 02:10 PM

Hi,

The warning message means you should change code that looks like this:
Code:

node.goto(...)
to this:
Code:

node.add( vizact.goto(...) )


All times are GMT -7. The time now is 07:30 PM.

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