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
A world-space to NDC-space render pipeline utilizing C# and OpenGL to convert world vertex coordinates in 3D space, polygons, and a camera position/rotation into NDC-space coordinates, which are then rendered using OpenGL.
About
A world-space to NDC-space vertex rendering pipeline layer, built in C# and OpenGL applying Linear Algebra.