mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 23:24:10 +02:00
Update mini tablet model
This commit is contained in:
parent
f206a8f158
commit
c0a153482a
4 changed files with 2 additions and 2 deletions
BIN
scripts/system/assets/models/miniTabletBlank.fbx
Normal file
BIN
scripts/system/assets/models/miniTabletBlank.fbx
Normal file
Binary file not shown.
Binary file not shown.
|
@ -16,7 +16,7 @@ See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.
|
|||
}
|
||||
|
||||
html {
|
||||
background-color: #121212;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
var // Base overlay
|
||||
miniOverlay = null,
|
||||
MINI_MODEL = Script.resolvePath("./assets/models/tinyTablet.fbx"),
|
||||
MINI_MODEL = Script.resolvePath("./assets/models/miniTabletBlank.fbx"),
|
||||
MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper.
|
||||
MINI_POSITIONS = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue