1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Removed comment regarding heads

This commit is contained in:
Lars Martens 2015-07-07 12:01:33 +02:00
parent b1c44f3822
commit 0ac30dd47d

View file

@ -228,9 +228,6 @@ function setup(){
new THREE.BoxGeometry(2/16, 7/16, 2/16), new THREE.BoxGeometry(2/16, 7/16, 2/16),
matWood); matWood);
mmNeck.position.set(0,3.5/16,0); 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( mSkull = new THREE.Mesh(
new THREE.BoxGeometry(10/16, 10/16, 10/16), new THREE.BoxGeometry(10/16, 10/16, 10/16),
matTransparentStone); matTransparentStone);