![]() |
#2
|
|||
|
|||
Take a look at the jumpTo and orbit transports in vizconnect. Those help to move the user around the environment. You could also try adding a group node above the display node in the scenegraph and then apply actions to the group node.
You can get the viewpoint position and orientation using the standard Vizard commands even if the viewpoint is controlled by vizconnect objects: Code:
view = viz.MainView def printViewData(): print 'pos',view.getPosition() print 'euler',view.getEuler() vizact.ontimer(1,printViewData) |
Tags |
joystick, mainview, position, tracker, vizconnect |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set the position of view with vizconnect | apenngrace | Vizard | 1 | 08-04-2015 12:01 PM |
In there a way in Vizconnect to allow user to select between different input devices | JB_HP_Viz | Vizard | 2 | 11-05-2014 12:40 PM |