View Single Post
  #6  
Old 08-28-2016, 03:11 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Quote:
The max scene is in centimeters do i need to export osgb to centimeters or just set conversion to none?
Vizard uses meters. There is an option in the OSG exporter to convert to meters. See the OSG export docs for more information.

Quote:
how about getting the VR in the correct position in the scene or able to move about the scene. going down in the pool area and walking on the deck?
If vizconnect, a transport allows the user to move virtually with signals from an input device. The vive preset configuration in vizconnect has a transport configured to work with the controllers. You can also set the viewpoint to a specific location.

Quote:
how about stopping the animated OSGB of the pool. or starting it how is that done? Sorry allot of questions this is about what I need to get this going.
Use the model.setAnimationState(state) command with one of the following state values: viz.PLAY, viz.PAUSE, viz.STOP, viz.TOGGLE

This thread shows how to use some of the commands to control an OSG animation.
Reply With Quote