![]() |
|
#2
|
|||
|
|||
|
You can link the viewpoint to a mouse/keyboard tracker and apply a link operator to that:
Code:
import viz
viz.go()
gallery = viz.addChild('gallery.ive')
import viztracker
tracker = viztracker.KeyboardMouse6DOF()
link = viz.link(tracker,viz.MainView)
link.postEuler([180,0,0])
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| why is time faster in my virtual world? | billjarrold | Vizard | 1 | 11-24-2009 05:33 PM |
| What are the options for making a movie of a Vizard world? | Karla | Vizard | 1 | 05-13-2008 10:56 AM |
| Pre/Post transformations | pattie | Vizard | 5 | 10-02-2006 04:20 PM |
| General Questions about Vizard: World Viz | dav | Vizard | 5 | 08-28-2006 03:44 PM |
| Avatar bone rotations respect to world | MiamiTodd | Vizard | 3 | 02-14-2006 10:41 AM |