View Single Post
  #2  
Old 06-01-2015, 11:18 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Use the following to get a handle to a node3D object that has the same transform as the viewpoint:

Code:
viewTransform = vizconnect.getDisplay().getNode3d()
target = vizproximity.Target(viewTransform)
This is a linkable object that provides position and orientation but it's not a direct handle to the viewpoint. So it can't be used to set the viewpoint position.
Reply With Quote