Kiriller12 / DeadGalaxy

Small shooter game/engine project based on raylib and .NET 8
GNU General Public License v3.0
4 stars 1 forks source link

Implement new camera controller #1

Open Kiriller12 opened 6 months ago

Kiriller12 commented 6 months ago

The current camera controller is a bit buggy and fps-dependent. We have to make a custom one to fix this issues.

It would also be nice to implement several types of camera controllers with different types of control:

  1. Free camera - fly in any direction
  2. Fixed camera - only rotation, may be useful in the future for implementing a character controller