2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-25 02:51:43 +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
@@ -488,8 +488,8 @@ namespace T5
struct XSurfaceCollisionTree
{
float trans[3];
float scale[3];
vec3_t trans;
vec3_t scale;
unsigned int nodeCount;
XSurfaceCollisionNode* nodes;
unsigned int leafCount;