mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
Use new teleport destination FBX
This commit is contained in:
parent
11b85e30db
commit
653a281482
2 changed files with 2 additions and 6 deletions
BIN
scripts/system/assets/models/teleportationSpotBasev3.fbx
Normal file
BIN
scripts/system/assets/models/teleportationSpotBasev3.fbx
Normal file
Binary file not shown.
|
@ -21,14 +21,10 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
|
||||
(function() { // BEGIN LOCAL_SCOPE
|
||||
|
||||
var TARGET_MODEL_URL = Script.resolvePath("../../assets/models/teleport-destination.fbx");
|
||||
var TARGET_MODEL_URL = Script.resolvePath("../../assets/models/teleportationSpotBasev3.fbx");
|
||||
var SEAT_MODEL_URL = Script.resolvePath("../../assets/models/teleport-seat.fbx");
|
||||
|
||||
var TARGET_MODEL_DIMENSIONS = {
|
||||
x: 1.15,
|
||||
y: 0.5,
|
||||
z: 1.15
|
||||
};
|
||||
var TARGET_MODEL_DIMENSIONS = { x: 0.6552, y: 0.0010, z: 0.6552 };
|
||||
|
||||
var COLORS_TELEPORT_SEAT = {
|
||||
red: 255,
|
||||
|
|
Loading…
Reference in a new issue