Articles about animation’

Mar 19, 2010

Blender to WebGL Exporter - Animation Support

Posted by Dennis in 3D, Blender, WebGL 5 comments

I just added the option to export frame animation to native WebGL. WebGL is low level and doesn’t natively support interpolation or bones animation. This is why it exports all vertex data for each frame. So use with care, because the generated JavaScript files can be very large! Next step will be to look at [...]


Mar 12, 2008

Programmatic drawing with Silverlight 2 Part 3: Simple Animation

Posted by Dennis in Uncategorized 6 comments

This example shows you how you can make a simple line animation in Silverlight 2. There isn’t much documentation about this yet, so it took some figuring out on how to do this correctly.
Basically these are the steps to create an animation:

Create a Storyboard object
Set the Storyboard’s Duration property
Create a DoubleAnimation object
Set the DoubleAnimation object’s [...]