Skip to content
Snippets Groups Projects
Select Git revision
  • fa8b0999600997305f4e16b71071e716a990cb29
  • master default
  • dev
3 results

CompositeMenuView.js

Blame
  • 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(){}
    
        });
    });