2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-03 07:12:33 +00:00

feat: calculate model collision tree with leafs

This commit is contained in:
Jan Laupetin
2026-05-21 18:24:51 +02:00
parent a128fbeb5e
commit 5cf0ce37c1
7 changed files with 268 additions and 9 deletions
+2 -2
View File
@@ -468,8 +468,8 @@ namespace IW4
struct XSurfaceCollisionTree
{
float trans[3];
float scale[3];
vec3_t trans;
vec3_t scale;
unsigned int nodeCount;
XSurfaceCollisionNode* nodes;
unsigned int leafCount;