PDA

View Full Version : vizact


Vinicius Lima
08-01-2007, 09:57 AM
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

farshizzo
08-01-2007, 02:10 PM
Hi,

The warning message means you should change code that looks like this:node.goto(...)to this:node.add( vizact.goto(...) )