kiss3d
kiss3d copied to clipboard
Add fov() and set_fov() to ArcBall
ArcBall already has methods for pitch()
, set_pitch()
, yaw()
, set_yaw()
, dist()
, and set_dist()
; it seems like it should also have corresponding functions for fov()
and set_fov()
.