Template:Team:UC Davis/MutantWidget

From 2011.igem.org

(Difference between revisions)
Line 488: Line 488:
xm.map.needsUpdate = true;
xm.map.needsUpdate = true;
-
zaxislabel = new THREE.Mesh(new THREE.PlaneGeometry(80, 20, 2, 2), xm);
+
zaxislabel = new THREE.Mesh(new THREE.PlaneGeometry(40, 20, 2, 2), xm);
zaxislabel.position.x = 0;
zaxislabel.position.x = 0;
zaxislabel.position.y = 50;
zaxislabel.position.y = 50;
zaxislabel.position.z = 0;
zaxislabel.position.z = 0;
-
         zaxislabel.rotation.x = Math.PI/2;
+
         zaxislabel.rotation.y = Math.PI/2;
zaxislabel.doubleSided = true;
zaxislabel.doubleSided = true;

Revision as of 06:54, 25 September 2011