top of page
  • Writer's pictureRyan Pallesen

C++ OpenGL - Rendering Objects & Matrix Transforms

This week I spent some time re-learning matrices and matrix transformations in order to create a very simple 'solar system' in OpenGL! It was fairly hard to learn matrices again, but it's very interesting learning how they actually work in reference to games and transformations.


The programming behind rendering some basic spheres was surprisingly easy, which is good! I thought it would be the hardest part of the project.



bottom of page