Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Add getTransform to Location; wraps the standard mat4 calculations | Dan Goodliffe | 2023-04-23 |
| | |||
* | Replace include guard macros with pragma once | Dan Goodliffe | 2022-01-02 |
| | |||
* | Replace Transform with Location | Dan Goodliffe | 2021-03-03 |
Simpler, unbinds the transformation matrices for location, now done just in the shader. |