mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
updated script
This commit is contained in:
parent
5dadfa9e7e
commit
f1de590835
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
var SCRIPT_URL = "http://hifi-production.s3.amazonaws.com/tutorials/entity_scripts/pingPongGun.js";
|
||||
var SCRIPT_URL = "http://hifi-production.s3.amazonaws.com/tutorials/entity_scripts/pingPongGun.js";
|
||||
var MODEL_URL = 'http://hifi-production.s3.amazonaws.com/tutorials/pingPongGun/Pingpong-Gun-New.fbx';
|
||||
var COLLISION_HULL_URL = 'http://hifi-production.s3.amazonaws.com/tutorials/pingPongGun/Pingpong-Gun-New.obj';
|
||||
var center = Vec3.sum(Vec3.sum(MyAvatar.position, {
|
||||
|
@ -70,4 +70,4 @@ var pingPongGunProperties = {
|
|||
|
||||
var pingPongGun = Entities.addEntity(pingPongGunProperties);
|
||||
|
||||
Script.stop();
|
||||
Script.stop();
|
||||
|
|
Loading…
Reference in a new issue