WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Animation Path (https://forum.worldviz.com/showthread.php?t=3704)

TarkaDahl 04-11-2011 01:34 AM

Animation Path
 
Hi

Has anyone got a version of the animation path dlm that was given in http://forum.worldviz.com/showthread.php?t=2709
compiled for version 4, or can supply the source code for me to compile it.

Thanks

TarkaDahl

TarkaDahl 05-23-2011 02:15 AM

Hi,

If no one has the source code for animation path dlm, could any one give me any advice in createing a mod which changes allows me to change ive animation positions.

Thanks

farshizzo 05-23-2011 09:05 AM

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.

Kyman2008 07-17-2012 12:59 PM

i am sorry but I am still not sure where I am supposed to change the code?


All times are GMT -7. The time now is 06:18 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC