Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

3D Transform and model fixes #106

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

Fixes quaternion multiplication and converting a quaternion into a matrix. Should be able to combine transforms easily.

Fixes View Matrix calculations and adding a function for a "look at matrix".

Fixes invalid read when drawing a model using OpenGL if it was deleted before.

Adds a class to create Models of simple shapes called ModelBuilder.