* Examples: Improve webgpu_reflection.html * Update webgpu_reflection.html Remove GUI. --------- Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
@@ -122,6 +122,7 @@
controls.minDistance = 1;
controls.maxDistance = 10;
controls.maxPolarAngle = Math.PI / 2;
+ controls.enableDamping = true;
controls.autoRotate = true;
controls.autoRotateSpeed = 1;
controls.target.set( 0, 1, 0 );