From 4effdd0394402c58c447ead865b2a0dc5dd32b9d Mon Sep 17 00:00:00 2001 From: Jazmin Date: Tue, 13 Dec 2016 11:46:40 -0800 Subject: [PATCH] Update Bubble model in script --- scripts/system/bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/bubble.js b/scripts/system/bubble.js index 8859181173..b72349f63c 100644 --- a/scripts/system/bubble.js +++ b/scripts/system/bubble.js @@ -27,7 +27,7 @@ const BUBBLE_HEIGHT_SCALE = 0.15; // The bubble model itself var bubbleOverlay = Overlays.addOverlay("model", { - url: Script.resolvePath("assets/models/bubble-v12.fbx"), // If you'd like to change the model, modify this line (and the dimensions below) + url: Script.resolvePath("assets/models/bubble-v14.fbx"), // If you'd like to change the model, modify this line (and the dimensions below) dimensions: { x: 1.0, y: 0.75, z: 1.0 }, position: { x: MyAvatar.position.x, y: -MyAvatar.scale * 2 + MyAvatar.position.y + MyAvatar.scale * BUBBLE_HEIGHT_SCALE, z: MyAvatar.position.z }, rotation: Quat.fromPitchYawRollDegrees(MyAvatar.bodyPitch, 0, MyAvatar.bodyRoll),