Skip to content
Snippets Groups Projects
Commit 584b05de authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

eod

parent bd0c5190
Branches
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
#!/bin/sh
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/mod
cd ~/Projects/dma
hg addremove .
......
......@@ -27,6 +27,7 @@ DMAFreeFormCell.prototype._calcPosition = function(){//todo this might not be ne
};
DMAFreeFormCell.prototype.calcHighlighterPosition = function(face){
//var direction = face.normal.clone().applyEuler(this.cellMesh.rotation);
var direction = face.normal.clone();
direction.applyQuaternion(this.cellMesh.quaternion);
var position = this.getPosition();
......
......@@ -4,7 +4,7 @@
var cellBrassMaterial = new THREE.MeshLambertMaterial({color:"#b5a642"});
var cellFiberGlassMaterial = new THREE.MeshLambertMaterial({color:"#fef1b5"});
var cellFiberGlassMaterial = new THREE.MeshLambertMaterial({color:"#fff68f"});
DMASuperCell = function(length, range, cells){
var shouldRotate = range.max.x == range.min.x;
......
fix parse int/float/lattice/appstate - put in menu wrapper
color swatch menu
gik direction
gik position z scale
\ No newline at end of file
gik position z scale
giz end positions
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment