This commit is contained in:
2026-02-07 12:06:43 +02:00
parent 3f57515f20
commit ab9c4d0508
+3 -1
View File
@@ -339,7 +339,7 @@ class SceneHeader{
metalness: 1 metalness: 1
}) })
) )
startBtn.visible = false;
startBtn.position.y = 0.1 * params.dashHeight; startBtn.position.y = 0.1 * params.dashHeight;
startBtn.rotation.y = Math.PI/6; startBtn.rotation.y = Math.PI/6;
@@ -352,6 +352,8 @@ class SceneHeader{
fontSize: 0.025 * params.dashHeight, outlineWidth: '11%', maxWidth: params.dashWidth * 0.8 fontSize: 0.025 * params.dashHeight, outlineWidth: '11%', maxWidth: params.dashWidth * 0.8
}); });
[startBtn, title.object, description.object].forEach(o=>o.visible = false);
this.object.add(startBtn); this.object.add(startBtn);
this.object.add(title.object); this.object.add(title.object);
this.object.add(description.object); this.object.add(description.object);