0.0.1 • Published 8 years ago

three-animation-handler v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.