mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
grid ignorePickIntersection
This commit is contained in:
parent
f2069a2cd7
commit
54d7bde91a
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