Blender HTML5 Animations
Use animation curves from Blender.
API
The entry point is the class ActionLibrary. Create an ActionLibrary with the data exported from Blender, and enjoy.
The library relies on glMatrix for math computations.
Browser
Copy blender-html5-animations.min.js from the dist folder.
Copy gl-matrix-min.js from glMatrix's dist folder.
Node.js
npm install --save blender-html5-animations
var exportedData = ;var blenderHTML5Animations = ; var myActionLibrary = exportedData; var value = myActionLibrary'my-action'paths'location';
License
Copyright 2016 Jonathan Giroux