mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
adding line for allowing grabbing of collisionless overlays
This commit is contained in:
parent
5b36449edd
commit
1239472f2d
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ function Grabber() {
|
|||
|
||||
this.mouseRayOverlays = Picks.createPick(PickType.Ray, {
|
||||
joint: "Mouse",
|
||||
filter: Picks.PICK_OVERLAYS,
|
||||
filter: Picks.PICK_OVERLAYS | Picks.PICK_INCLUDE_NONCOLLIDABLE,
|
||||
enabled: true
|
||||
});
|
||||
var tabletItems = getMainTabletIDs();
|
||||
|
|
Loading…
Reference in a new issue