![]() |
|
#6
|
|||
|
|||
|
In a vizconnect application, view updates are based on the transforms of parent nodes (e.g. trackers, transports) in the scenegraph. Commands that set the view or link the view to another object get overwritten. You can use a vizconnect viewpoint object to help set the view. This forces the view to a location while taking into account the parent hierarchy. Moving the user to a general location within the environment can be accomplished by setting the position of a parent transport’s node3D object. In this case, the view position is equal to the transport position plus offsets from other parent nodes:
Code:
transportNode = vizconnect.getTransport('main_transport').getNode3d()
transportNode.setPosition([0,0,20])
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding changing &using multiple tools at same time through vizconnect | rajnishv | Vizard | 7 | 09-08-2016 04:48 AM |
| Zspace display in Vizconnect | JB_HP_Viz | Vizard | 5 | 06-05-2015 03:28 PM |
| Switching between input devices setup in vizconnect and not using vizconnect | JB_HP_Viz | Vizard | 1 | 01-20-2015 05:19 AM |
| Vizconnect Save As Dialog | Jeff | Vizard | 0 | 05-01-2014 09:45 AM |
| Head tracking, Flock of Birds and vizcave; how do I connect them? | Arandia | Vizard | 2 | 08-26-2009 04:59 PM |