Commit 3733123e authored by 李苏's avatar 李苏 💬

调整相机控制器的最大距离

parent a25a9d1b
......@@ -173,6 +173,7 @@ export default class Viewer {
this.controls.maxPolarAngle = Math.PI / 2; // 限制最大俯仰角,防止看到地底
this.controls.minPolarAngle = 0; // 限制最小俯仰角
this.controls.maxDistance = 120;
// 或者,如果你想要设置一个稍微严格一点的限制,比如防止相机直接指向地面
// 你可以将最小仰角设置为一个稍微大于0的值(比如Math.PI / 18,大约是10度)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment