fixes #15 - clarify animation mixer comment
This commit is contained in:
parent
337e21226b
commit
ba8478fbe5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue