opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
463 stars 115 forks source link

Converted LearnOpenGL FrameBuffers, ShadowMapping, and PBR Tutorials #92

Open mludlum opened 8 months ago

mludlum commented 8 months ago

I selected these because I needed to learn them for my own project at work. The notable difference between the opengl and opentk tutorials is the ordering of the transformation matrix operations in the C# code as well as in the shaders.