Skip to content

Commit

Permalink
Update viewer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamil-Prakash committed Sep 20, 2023
1 parent 9246c82 commit 7c1261c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class Viewer {
this.controls.enabled = true;
this.controls.enableDamping = true;
this.controls.dampingFactor = 0.05;
this.controls.rotateSpeed = 2;
window.controls = this.controls;
// gsap.to( camera.position, {
// duration: 1,
Expand Down

0 comments on commit 7c1261c

Please sign in to comment.