hard-code dimensions on home-button so that it doesn't sometimes show-up with the wrong size

This commit is contained in:
Seth Alves 2017-01-16 06:47:50 -08:00
parent f0248275ec
commit c2d6bf10d2

View file

@ -101,6 +101,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
name: "homeButton",
type: "Model",
modelURL: HOME_BUTTON_URL,
dimensions: { x: 0.04, y: 0.04, z: 0.02 },
collisionless: true,
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: -0.01},
parentID: this.tabletEntityID,