From 0ac30dd47dfc8063929f425f75d89f296bfb8cb4 Mon Sep 17 00:00:00 2001 From: Lars Martens Date: Tue, 7 Jul 2015 12:01:33 +0200 Subject: [PATCH] Removed comment regarding heads --- js/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/main.js b/js/main.js index 3eb6516..009e33f 100644 --- a/js/main.js +++ b/js/main.js @@ -228,9 +228,6 @@ function setup(){ new THREE.BoxGeometry(2/16, 7/16, 2/16), matWood); mmNeck.position.set(0,3.5/16,0); - /* - We do not want the head, as it obstructs a whole lot of the view. We can implement this, - once we've got an editor option to toggle it on and off.*/ mSkull = new THREE.Mesh( new THREE.BoxGeometry(10/16, 10/16, 10/16), matTransparentStone);