Skip to content
Snippets Groups Projects
Commit 720a9ff4 authored by amandaghassaei's avatar amandaghassaei
Browse files

comments

parent 60c114b9
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ DmaBeam.prototype._buildBeamMesh = function(){
return mesh;
};
DmaBeam.prototype.updateForScale = function(scale){
DmaBeam.prototype.updateForScale = function(scale){//todo make this better
if (!this.mesh) this.mesh = this._buildBeamMesh();
var position = this.nodes[0].getPosition();
position.add(this.nodes[1].getPosition());
......
......@@ -88,6 +88,7 @@ LatticeMenuView = Backbone.View.extend({
this.lattice.set("partType", partType, {silent:true});
},
//todo get rid of this
_setTetraCell: function(e){
e.preventDefault();
this.lattice.set("freeformCellType", "tetra");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment