You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining perspective projections by hand is time consuming and error prone. Seeing as cgmath already has implementations of the various projection matrices, it would be nice to expose them.
The text was updated successfully, but these errors were encountered:
Originally this was omitted since there are multiple ways of making perspective/orthographic matrices and there is a special case too for 'infinite' projection matrices. I figured it was trivial for the user to write it themselves; however, I can see your point.
How about we add the two simple cases orthographic_projection (like cgmath::Ortho) and finite_perspective_projection (like cgmath::Perspective)?
Defining perspective projections by hand is time consuming and error prone. Seeing as cgmath already has implementations of the various projection matrices, it would be nice to expose them.
The text was updated successfully, but these errors were encountered: