Thread: view in view
View Single Post
  #6  
Old 07-09-2017, 04:17 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could try calculating the intersection point on the screen where the user is looking based on their position and orientation and the screen placement. Normalize the coordinates of the intersection point that is in meters using the screen dimensions. Then calculate the rectangle bounds from the normalized results and pass that to the pickRect command.
Reply With Quote