mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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
|
(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 SEAT_MODEL_URL = Script.resolvePath("../../assets/models/teleport-seat.fbx");
|
||||||
|
|
||||||
var TARGET_MODEL_DIMENSIONS = {
|
var TARGET_MODEL_DIMENSIONS = { x: 0.6552, y: 0.0010, z: 0.6552 };
|
||||||
x: 1.15,
|
|
||||||
y: 0.5,
|
|
||||||
z: 1.15
|
|
||||||
};
|
|
||||||
|
|
||||||
var COLORS_TELEPORT_SEAT = {
|
var COLORS_TELEPORT_SEAT = {
|
||||||
red: 255,
|
red: 255,
|
||||||
|
|
Loading…
Reference in a new issue