Merge pull request #16 from rtpHarry/patch-2

fixes #15 - clarify animation mixer comment
This commit is contained in:
Paul Graffam 2018-10-09 11:02:56 -04:00 committed by GitHub
commit 8eaf3a8b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import * as THREE from 'three';
export default class Animation {
constructor(obj, clip) {
// Object with animations
// Scene that the clip will be applied to
this.obj = obj;
// Initialize animation mixer