yomotsu / camera-controls

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.

Home Page:https://yomotsu.github.io/camera-controls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lerping min/max zoom set on Orthographic Camera

leeuwisarvin opened this issue · comments

Is your feature request related to a problem? Please describe.

I want to lerp/damp the min and max boundaries if I'm using an Orthographic Camera.

Is this something you'll support in the future?

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Sorry for the delay,

I think you can just animate the boundary size in the user-land using other tween libs.
Then set the animated result to the boundary of camera-controls every frame.