@yschindel/ara3d-webgl 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24656,7 +24656,7 @@ class VS extends uf {
24656
24656
  this.camera.speed -= n;
24657
24657
  else {
24658
24658
  const i = Math.pow(1.3, n);
24659
- this.camera.do().zoom(i);
24659
+ this.camera.lerp(0.3).zoom(i);
24660
24660
  }
24661
24661
  });
24662
24662
  $(this, "onMouseUp", (t) => {