Merge pull request #9321 from hyperlogic/tablet-ui

Made back button entity collisionless
This commit is contained in:
Seth Alves 2017-01-05 15:43:14 -08:00 committed by GitHub
commit 2bff5582bc

View file

@ -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,