Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove more use of legacy types | Dan Goodliffe | 2024-01-01 |
| | |||
* | Model positions as integers | Dan Goodliffe | 2023-11-25 |
| | | | | | Introduces test failure in arcs due to rounding, but I don't want to create a complicated fix as link positions are still floats and hopefully that'll go away... somehow | ||
* | Remove getTransform | Dan Goodliffe | 2023-11-25 |
| | |||
* | Refactor BufferedLocationT to use a callback | Dan Goodliffe | 2023-11-11 |
| | | | | Simplifies customisation in the face of multiple fields | ||
* | Add BufferedLocation method for getting the rotation only transform | Dan Goodliffe | 2023-11-11 |
| | |||
* | WIP typedefing all the things - sources | Dan Goodliffe | 2023-11-09 |
| | |||
* | Templated BufferedLocation and single buffer storage for RVC locations | Dan Goodliffe | 2023-05-06 |
| | |||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Add BufferedLocation | Dan Goodliffe | 2023-04-23 |
Wraps Location, storing a pre-computed mat4 transformation of the position/rotation in a VBO handled by InstanceVertices. |