jpaoneMines / csci441

CSCI441 Library Helper Functions and Classes
MIT License
5 stars 2 forks source link

Create HUDCamera Class #17

Closed jpaoneMines closed 11 months ago

jpaoneMines commented 1 year ago

2D Orthographic projection to render overlays on top of scenes

jpaoneMines commented 1 year ago

Now that camera's have a projection matrix - use a 2D Orthographic projection. Perhaps constructor takes in window dimensions to match window coordinates?

jpaoneMines commented 11 months ago

Completed with example