2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

feat: spawn points are now defined in the GLTF file using custom properties. Initial xmodel implementation also included.

This commit is contained in:
LJW-Dev
2026-03-18 22:49:20 +08:00
committed by Jan Laupetin
parent 7e11a04e44
commit af088c2958
5 changed files with 275 additions and 160 deletions
+1
View File
@@ -17,6 +17,7 @@ namespace BSP
static size_t allignBy128(size_t size);
static float distBetweenPoints(vec3_t& p1, vec3_t& p2);
static void convertAnglesToAxis(vec3_t* angles, vec3_t* axis);
static vec3_t convertForwardVectorToViewAngles(vec3_t& forwardVec);
static void matrixTranspose3x3(const vec3_t* in, vec3_t* out);
static vec3_t convertStringToVec3(std::string& str);
static std::string convertVec3ToString(vec3_t& vec);