Orthographic Camera #583

Open
opened 2025-12-14 20:48:29 +00:00 by SakulFlee · 0 comments
SakulFlee commented 2025-12-14 20:48:29 +00:00 (Migrated from github.com)

Current Camera only supports perspective projection.
Adding an orthographic projection should be relatively simple as we should be able to reuse most of the Camera logic starting at the matrix calculations. We'd need to calculate the projection matrices for orthographic cameras instead.

Current Camera only supports perspective projection. Adding an orthographic projection should be relatively simple as we should be able to reuse most of the Camera logic starting at the matrix calculations. We'd need to calculate the projection matrices for orthographic cameras instead.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SakulFlee/Orbital#583
No description provided.