View Single Post
  #2  
Old 06-12-2010, 03:26 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Since the origin is taken from the camera location the physics interactions can be unexpected. If you set the marker to be a global marker you'll notice that the logo will fall and collide with the ground.
Code:
camera.setGlobalMarker(marker)
Reply With Quote