"Projects/Incomplete/AVRISP/Lib/V2Protocol.c" did not exist on "fa8beef82d1340a69390d4b11ca785ee016789c5"
Select Git revision
MaterialMenuView.js
-
Amanda Ghassaei authoredAmanda Ghassaei authored
DefaultHighlighter.js 409 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.SphereGeometry(0.2);
},
_setRotation: function(){}
});
});