mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
Merge pull request #9321 from hyperlogic/tablet-ui
Made back button entity collisionless
This commit is contained in:
commit
2bff5582bc
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
|
|||
this.homeButtonEntity = Entities.addEntity({
|
||||
name: "homeButton",
|
||||
type: "Sphere",
|
||||
collisionless: true,
|
||||
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0},
|
||||
dimensions: {x: 0.05, y: 0.05, z: 0.05},
|
||||
parentID: this.tabletEntityID,
|
||||
|
|
Loading…
Reference in a new issue