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

Add OrtographicCamera component #1182

Open RiscadoA opened 3 months ago

RiscadoA commented 3 months ago

Problem

We don't have ortographic cameras!

Solution

With #1181, it should be straight forward to add an OrtographicCamera component to the camera plugin which uses glm::ortho instead of the PerspectiveCamera's glm::perspective.