View Single Post
  #2  
Old 06-30-2006, 08:56 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
If you want a model, like a sphere, to take on the postion and orientation of a bird, use the <VizNode>.link( sensor ) command.
Code:
sensor = viz.add('flockofbirds.dls');
cursor = viz.add( 'ball.wrl' )
cursor.link( sensor )
__________________
Paul Elliott
WorldViz LLC
Reply With Quote