fixes #15 - clarify animation mixer comment

This commit is contained in:
Matthew Harris 2018-10-06 17:33:35 +07:00 committed by GitHub
parent 337e21226b
commit ba8478fbe5
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