three-animation-handler
v0.0.1
Published
The Three.js AnimationHanlder extras class, published to npm
Downloads
1
Readme
three-animation-handler
This is the Three.js animation handler "extras" package found in the Three.js source (example).
This includes the dependent Animation.js class.
Usage:
var threeAnimationUtils = require('three-animation-handler');
var Animation = threeAnimationUtils.Animation;
var AnimationHandler = threeAnimationUtils.AnimationHandler;
See the offical Three.js documentation for more information and usage.