View Single Post
  #7  
Old 09-25-2015, 12:45 AM
Samuli Samuli is offline
Member
 
Join Date: Aug 2015
Posts: 15
Have you tried to modify the pencil example code like this:
Code:
robot=viz.add('your_robot_name.osgb')
...
arrowLink = viz.link(mouseTracker,robot)
Reply With Quote