mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +02:00
update tablet model again
This commit is contained in:
parent
25305ab57f
commit
d57d087752
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -41,7 +41,7 @@ var LOCAL_BEZEL_HIGHLIGHT = Script.resourcesPath() + "images/buttonBezel_highlig
|
||||||
var LOCAL_NORMAL_BEZEL = Script.resourcesPath() + "images/buttonBezel.png";
|
var LOCAL_NORMAL_BEZEL = Script.resourcesPath() + "images/buttonBezel.png";
|
||||||
|
|
||||||
var LOCAL_TABLET_MODEL_PATH = Script.resourcesPath() + "meshes/tablet-with-home-button-small-bezel.fbx";
|
var LOCAL_TABLET_MODEL_PATH = Script.resourcesPath() + "meshes/tablet-with-home-button-small-bezel.fbx";
|
||||||
var SUBMESH = 0;
|
var SUBMESH = 3;
|
||||||
|
|
||||||
// returns object with two fields:
|
// returns object with two fields:
|
||||||
// * position - position in front of the user
|
// * position - position in front of the user
|
||||||
|
@ -184,7 +184,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
|
||||||
albedoMap: HOME_BUTTON_TEXTURE
|
albedoMap: HOME_BUTTON_TEXTURE
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
parentMaterialName: 5,
|
parentMaterialName: 4,
|
||||||
parentID: this.tabletEntityID
|
parentID: this.tabletEntityID
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue