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

make wall thing smaller for performance

parent 0ef84b3d
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ ImportMenuView = Backbone.View.extend({
_buildWall: function(e){
e.preventDefault();
this.lattice.addCellsInRange({min:{x:-70,y:-1,z:0}, max:{x:70,y:2,z:18}});
this.lattice.addCellsInRange({min:{x:-70,y:-1,z:0}, max:{x:70,y:1,z:18}});
},
_uploadMesh: function(e){//select a mesh to upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment