mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
Disable welcome overlay that follows you in tutorial
This commit is contained in:
parent
c95b694524
commit
52f31addb2
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ stepOrient.prototype = {
|
|||
this.overlay = new StayInFrontOverlay("model", {
|
||||
url: "http://hifi-content.s3.amazonaws.com/alan/dev/Prompt-Cards/welcome.fbx?11",
|
||||
ignoreRayIntersection: true,
|
||||
visible: false
|
||||
}, 1.5, { x: 0, y: 0.3, z: 0 });
|
||||
|
||||
// Spawn content set
|
||||
|
|
Loading…
Reference in a new issue