diff --git a/CAABoxCollisionTree.bt b/CAABoxCollisionTree.bt deleted file mode 100644 index c41632e..0000000 --- a/CAABoxCollisionTree.bt +++ /dev/null @@ -1,66 +0,0 @@ -#ifndef _CAABOXCOLLISIONTREE -#define _CAABOXCOLLISIONTREE - -#include "CTransform4f.bt" - -struct CCollisionMaterial { - uint orientation; - uint materialType; - uint worldType; - uint behaviorList; - uint filterList; -}; - -struct CIndexedTriangle { - uint idx1; - uint idx2; - uint idx3; - ushort material; - ushort unk2; -}; - -struct CollisionMaterialVector { - uint count; - CCollisionMaterial collisionMaterials[count]; -}; - -struct VertexVector { - uint count; - CVector3f vertices[count]; -}; - -struct IndexedTriangleVector { - uint count; - CIndexedTriangle tris[count]; -}; - -struct ModConData { - char id[16]; - CTransform4f xf; - ushort unk; -}; - -struct CAABoxCollisionTree(uint64 size) { - local uint64 start