-
Notifications
You must be signed in to change notification settings - Fork 0
Camera scaling #58
Copy link
Copy link
Open
Labels
EasyScale of knowledge of the project requirementScale of knowledge of the project requirementQuickScale of workload requirementScale of workload requirement
Metadata
Metadata
Assignees
Labels
EasyScale of knowledge of the project requirementScale of knowledge of the project requirementQuickScale of workload requirementScale of workload requirement
We should be able to change the fov of the 3D camera on the run with a given input (for example the mouse wheel).
Just add a subscriber that catches this event and maps the scroll input to interval [0, 2pi] by the logistic function.
Blocked by #53.