Select Git revision
CubeHighlighter.js
-
Amanda Ghassaei authoredAmanda Ghassaei authored
CubeHighlighter.js 373 B
/**
* Created by aghassaei on 6/2/15.
*/
define(['underscore', 'backbone', 'threeModel', 'appState', 'lattice', 'cell', 'three', 'highlighter'],
function(_, Backbone, three, appState, lattice, DMACell, THREE, Highlighter){
return Highlighter.extend({
_makeGeometry: function(){
return new THREE.BoxGeometry(1,1,0.01);
}
});
});