Articles about Array modifier’

Mar 19, 2010

Blender to WebGL Exporter – Animation Support

Posted by Dennis in 3D, Blender, WebGL 8 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 [...]