View Single Post
  #2  
Old 11-15-2016, 05:39 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
One option might be to set the object's reference frame so transformations are relative to the view.

Use the vizact.onupdate command to register a function that gets called every frame. In that function you could get the view position and based on that set a new position for the object.
Reply With Quote