Added TransformBase and few Transform???? classes.

This commit is contained in:
2024-08-23 01:57:04 +08:00
parent 8fd3b3912d
commit 3213287b18
2 changed files with 323 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include<glm/gtc/quaternion.hpp>
#include<glm/gtc/constants.hpp>
#include<glm/gtx/quaternion.hpp>
#include<glm/gtx/euler_angles.hpp>
namespace hgl
{