Thread: Animation Path
View Single Post
  #3  
Old 05-23-2011, 09:05 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The functionality is included in the SceneGraphTools plugin. You just need to change a few lines of code. The following code show how to get a handle to the animation path:
Code:
osg = viz.add('SceneGraphTools.dle')
path = osg.AnimationPath(model,'GeoSphere01')
From here on, the path object has the same methods as the old plugin.
Reply With Quote