From 6f75aadf727eae715672fbb37b83e1768c8f150f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 18 Nov 2017 12:33:11 +0100 Subject: [PATCH] Update: CC - Mouse Move - Moorcow (6st4io7ceu.js) 279 bytes modified --- 6st4io7ceu.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/6st4io7ceu.js b/6st4io7ceu.js index 4a49c5f..05c6aac 100644 --- a/6st4io7ceu.js +++ b/6st4io7ceu.js @@ -59,23 +59,4 @@ this.throwerLight.position.y = this.thrower.position.y + this.raycaster.directio this.throwerLight.position.z = this.thrower.position.z + this.raycaster.direction.z * 10; this.throwerLight.updateInstance('position'); - -/* -this.scene.meshes.map( - function(mesh) { - if (mesh.instance.material instanceof Array) { - mesh.instance.material.map( - function(material) { - material.color.setHex(0xffffff); - } - ); - } else { - mesh.instance.material.color.setHex(0xffffff); - } - } -); -*/ - - - //@ sourceURL=mouseMove.js \ No newline at end of file