GeosiaGame / Geosia

https://geosia.org
GNU Lesser General Public License v3.0
4 stars 1 forks source link

flycam camera implementation #5

Closed TechLord22 closed 7 months ago

TechLord22 commented 1 year ago

Implementation for a flycam. Controls are hard-coded for now.

There are two modes: "Axis-Aligned" which works like Minecraft's camera, and "Axis-Independent" which moves according to the direction you look. For example, looking down and pressing the "forwards" key would move down in the Independent mode, and it would move horizontally in the Aligned mode.

eigenraven commented 7 months ago

Merged in #9