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

clean up expand cells array

parent 1486627e
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,10 @@ define(['lattice', 'plist'], function(lattice){
},
addCellAtIndex: function(x, y, z, data){
var index = new THREE.Vector3(x, y, z);
//parse x, y, z
//check data is valid json
lattice.addCellAtIndex(new THREE.Vector3(x, y, z), data);
},
removeCell: function(cell){
......
This diff is collapsed.
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