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 = -2; |
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. | + | zaxislabel.scale.x = 0.2; |
- | zaxislabel.scale.y = 0. | + | zaxislabel.scale.y = 0.2; |
- | + | ||
zaxislabel.doubleSided = true; | zaxislabel.doubleSided = true; |
Revision as of 07:00, 25 September 2011