Skip to content

Commit

Permalink
Merge pull request #81 from Armored-Dragon/Fix-nametag-grabbable-in-VR
Browse files Browse the repository at this point in the history
Fix nametag grabbable in VR
  • Loading branch information
ksuprynowicz authored Jun 9, 2024
2 parents 1d9292d + 2a1d6c9 commit 3ad1b98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/nametags/nametags.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
alignment: "center",
lineHeight: 0.1,
canCastShadow: false,
grab: {
grabbable: false
}
},
"local"
);
Expand All @@ -95,6 +98,9 @@
billboardMode: "full",
imageURL: Script.resolvePath("./assets/badge.svg"),
canCastShadow: false,
grab: {
grabbable: false
}
},
"local"
);
Expand Down

0 comments on commit 3ad1b98

Please sign in to comment.