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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user