Custom camera zooms

A hint: you may split the task into simpler tasks, when you solve them, you can combine their solutions:

  • convert the scroll wheel movement into a number from 0 to 1
  • convert this number to a position from (10,10,10) to (10,5,5)
  • move the camera to this position
1 Like