f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.93k stars 215 forks source link

Rework camera API #1531

Open mwestphal opened 4 months ago

mwestphal commented 4 months ago

the members in the camera state are pos,dir,up,angle but they are position,direction,view_up,view_angle in the camera itself, lets improve that.

mwestphal commented 4 months ago

from @snoyer