mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02: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