mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:39:26 +02:00
Fixed typo
This commit is contained in:
parent
4effdd0394
commit
b7b4c685e7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
const BUBBLE_HEIGHT_SCALE = 0.15;
|
const BUBBLE_HEIGHT_SCALE = 0.15;
|
||||||
// The bubble model itself
|
// The bubble model itself
|
||||||
var bubbleOverlay = Overlays.addOverlay("model", {
|
var bubbleOverlay = Overlays.addOverlay("model", {
|
||||||
url: Script.resolvePath("assets/models/bubble-v14.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 },
|
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 },
|
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),
|
rotation: Quat.fromPitchYawRollDegrees(MyAvatar.bodyPitch, 0, MyAvatar.bodyRoll),
|
||||||
|
|
Loading…
Reference in a new issue