Merge pull request #16 from rtpHarry/patch-2
fixes #15 - clarify animation mixer comment
This commit is contained in:
commit
8eaf3a8b49
|
@ -2,7 +2,7 @@ import * as THREE from 'three';
|
||||||
|
|
||||||
export default class Animation {
|
export default class Animation {
|
||||||
constructor(obj, clip) {
|
constructor(obj, clip) {
|
||||||
// Object with animations
|
// Scene that the clip will be applied to
|
||||||
this.obj = obj;
|
this.obj = obj;
|
||||||
|
|
||||||
// Initialize animation mixer
|
// Initialize animation mixer
|
||||||
|
|
Loading…
Reference in New Issue