mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 17:20:12 +02:00
Update teleport destination model
This commit is contained in:
parent
96767c1103
commit
fd977a758b
3 changed files with 2 additions and 2 deletions
Binary file not shown.
BIN
scripts/system/assets/models/teleportationSpotBasev5.fbx
Normal file
BIN
scripts/system/assets/models/teleportationSpotBasev5.fbx
Normal file
Binary file not shown.
|
@ -21,10 +21,10 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
|
||||
(function() { // BEGIN LOCAL_SCOPE
|
||||
|
||||
var TARGET_MODEL_URL = Script.resolvePath("../../assets/models/teleportationSpotBasev3.fbx");
|
||||
var TARGET_MODEL_URL = Script.resolvePath("../../assets/models/teleportationSpotBasev5.fbx");
|
||||
var SEAT_MODEL_URL = Script.resolvePath("../../assets/models/teleport-seat.fbx");
|
||||
|
||||
var TARGET_MODEL_DIMENSIONS = { x: 0.6552, y: 0.0010, z: 0.6552 };
|
||||
var TARGET_MODEL_DIMENSIONS = { x: 0.6552, y: 0.3063, z: 0.6552 };
|
||||
|
||||
var COLORS_TELEPORT_SEAT = {
|
||||
red: 255,
|
||||
|
|
Loading…
Reference in a new issue