mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 12:14:09 +02:00
Increase size of selection boxes
This commit is contained in:
parent
2b5a4e4563
commit
2f1ceb922a
1 changed files with 2 additions and 2 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue