A WIP 3D rendering engine built to learn graphics programming with the help of the LearnOpenGL tutorials. Interactive scene editing will be added later – for now everything is hardcoded in the main ...
//For a transform we need to have a position, a scale, and a rotation, //depending on what application you are creating, the type for these may vary.