mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #15401 from SamGondelman/grid
Case 22229: Create Grid ignorePickIntersection
This commit is contained in:
commit
1540c5d203
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ Grid = function() {
|
|||
color: gridColor,
|
||||
alpha: gridAlpha,
|
||||
minorGridEvery: minorGridEvery,
|
||||
majorGridEvery: majorGridEvery
|
||||
majorGridEvery: majorGridEvery,
|
||||
ignorePickIntersection: true
|
||||
});
|
||||
|
||||
that.visible = false;
|
||||
|
|
Loading…
Reference in a new issue