调整默认参数

This commit is contained in:
ymk
2025-08-19 19:22:48 +08:00
parent 04901b7244
commit c7de49e575
5 changed files with 3 additions and 80 deletions

View File

@@ -52,7 +52,7 @@ export function init(
// controls
controls = new OrbitControls(camera, renderer.domElement);
controls.screenSpacePanning = true;
// controls.screenSpacePanning = false;
controls.enabled = true;
// controls.enablePan = false;