gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Make active scene camera non const. #72

Closed maoliver-amd closed 1 year ago

maoliver-amd commented 1 year ago

This allows retrieving then modifying the active camera as needed, which makes it much easier to modify the existing scene camera without having to store a copy of it or similar work arounds.