mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 12:20:26 +02:00
fix entity script location
This commit is contained in:
parent
7b326c9d7b
commit
8c4ecc64d9
2 changed files with 3 additions and 3 deletions
|
@ -285,7 +285,7 @@
|
|||
green: 125,
|
||||
blue: 125
|
||||
},
|
||||
colorFinish: {
|
||||
colorFinish: {
|
||||
red: 10,
|
||||
green: 10,
|
||||
blue: 10
|
||||
|
|
|
@ -14,8 +14,8 @@ var TYPE = "Model"; // Right now this can be "Box" or "Model" or "S
|
|||
var MODEL_URL = "https://s3.amazonaws.com/hifi-public/philip/airship_compact.fbx"
|
||||
|
||||
var MODEL_DIMENSION = { x: 19.257, y: 24.094, z: 40.3122 };
|
||||
//var ENTITY_URL = "https://s3.amazonaws.com/hifi-public/scripts/airship/airship.js?"+Math.random();
|
||||
var ENTITY_URL = "file:///c:/users/dev/philip/examples/airship/airship.js?"+Math.random();
|
||||
var ENTITY_URL = "https://s3.amazonaws.com/hifi-public/scripts/airship/airship.js";
|
||||
|
||||
|
||||
var LIFETIME = 3600 * 48;
|
||||
|
||||
|
|
Loading…
Reference in a new issue