From ba8478fbe58fb5d974ad823c2708ad09ed1ae2f1 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 6 Oct 2018 17:33:35 +0700 Subject: [PATCH] fixes #15 - clarify animation mixer comment --- src/js/app/helpers/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app/helpers/animation.js b/src/js/app/helpers/animation.js index d63da76..0caaed5 100644 --- a/src/js/app/helpers/animation.js +++ b/src/js/app/helpers/animation.js @@ -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