![]() |
|
#2
|
|||
|
|||
|
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 |
|
|