mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 16:04:56 +02:00
Made back button entity collisionless
This commit is contained in:
parent
2ba8a536a4
commit
baf2fce2c3
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
|
||||||
this.homeButtonEntity = Entities.addEntity({
|
this.homeButtonEntity = Entities.addEntity({
|
||||||
name: "homeButton",
|
name: "homeButton",
|
||||||
type: "Sphere",
|
type: "Sphere",
|
||||||
|
collisionless: true,
|
||||||
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0},
|
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0},
|
||||||
dimensions: {x: 0.05, y: 0.05, z: 0.05},
|
dimensions: {x: 0.05, y: 0.05, z: 0.05},
|
||||||
parentID: this.tabletEntityID,
|
parentID: this.tabletEntityID,
|
||||||
|
|
Loading…
Reference in a new issue