Increase size of selection boxes

This commit is contained in:
Ryan Huffman 2014-12-02 15:59:56 -08:00
parent 2b5a4e4563
commit 2f1ceb922a

View file

@ -332,7 +332,7 @@ SelectionDisplay = (function () {
solid: false,
visible: false,
dashed: true,
lineWidth: 1.0,
lineWidth: 2.0,
ignoreRayIntersection: true // this never ray intersects
});
@ -344,7 +344,7 @@ SelectionDisplay = (function () {
solid: false,
visible: false,
dashed: true,
lineWidth: 1.0,
lineWidth: 2.0,
});
var selectionBoxes = [];