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