play with sizing, and stop bobbing and rotation

This commit is contained in:
2023-05-16 07:49:44 -06:00
parent f603882d42
commit 64f3dbd138
4 changed files with 20 additions and 16 deletions

View File

@@ -6,8 +6,8 @@ function createControls(camera, canvas) {
//enable controls?
controls.enabled = true;
controls.autoRotate = true;
controls.autoRotateSpeed = 0.2;
controls.autoRotate = false;
//controls.autoRotateSpeed = 0.2;
// control limits
// It's recommended to set some control boundaries,