This commit is contained in:
2026-05-22 13:33:13 +08:00
parent c504fca3de
commit 84c8752e0b
17 changed files with 361939 additions and 921 deletions

View File

@ -31,7 +31,7 @@ export class AppCamera extends Monobehiver {
// 限制垂直角范围,实现上帝视角
this.object.upperBetaLimit = Tools.ToRadians(90); // 最大垂直角接近90度避免万向锁
this.object.position = new Vector3(0, 10, 0);
this.object.position = new Vector3(0,0, 10);
this.setTarget(0, 0.5, 0);
}