GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

Allow changing speed of the Debug Camera #1159

Closed RiscadoA closed 1 month ago

RiscadoA commented 4 months ago

Problem

Currently the debug camera moves at a constant speed. This is very cumbersome when interacting with large scenes.

Solution

We should provide some way to adjust the speed. A slider would be good. It would also be nice to speed up the camera when a certain action is triggered (i.e. press shift).