Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 489: | Line 489: | ||
zaxislabel = new THREE.Mesh(new THREE.PlaneGeometry(80, 40, 2, 2), xm); | zaxislabel = new THREE.Mesh(new THREE.PlaneGeometry(80, 40, 2, 2), xm); | ||
- | zaxislabel.position.x = - | + | zaxislabel.position.x = -20; |
zaxislabel.position.y = 50; | zaxislabel.position.y = 50; | ||
zaxislabel.position.z = 0; | zaxislabel.position.z = 0; | ||
zaxislabel.rotation.z = Math.PI/2; | zaxislabel.rotation.z = Math.PI/2; | ||
+ | zaxislabel.scale.x = 0.5; | ||
+ | zaxislabel.scale.y = 0.5; | ||
+ | zaxislabel.scale.z = 0.5; | ||
zaxislabel.doubleSided = true; | zaxislabel.doubleSided = true; |
Revision as of 06:57, 25 September 2011