diff --git a/js/threeViews/ThreeView.js b/js/threeViews/ThreeView.js index fd0b4a6f56b3f6243228306072930e3d34dd1f2c..f1f8684243303f7f9a8f652e5148b079ddea1ebf 100644 --- a/js/threeViews/ThreeView.js +++ b/js/threeViews/ThreeView.js @@ -99,7 +99,7 @@ ThreeView = Backbone.View.extend({ this.mouseProjection.setFromCamera(vector, this.model.camera); var objsToIntersect = this.model.cells.concat(this.model.basePlane); - if (this.highlighter.isVisible()) objsToIntersect = objsToIntersect.concat(this.highlighter.mesh); +// if (this.highlighter.isVisible()) objsToIntersect = objsToIntersect.concat(this.highlighter.mesh); var intersections = this.mouseProjection.intersectObjects(objsToIntersect, false); if (intersections.length == 0) {//no intersections this.highlighter.setNothingHighlighted();