mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:44:09 +00:00
CColModel
This commit is contained in:
parent
410eb19ce6
commit
031df36935
8 changed files with 167 additions and 49 deletions
|
@ -15,11 +15,13 @@ struct CColModel
|
|||
int16 numBoxes;
|
||||
int16 numTriangles;
|
||||
int8 numLines;
|
||||
int8 numTriBBoxes;
|
||||
uint8 level; // colstore slot but probably still named level
|
||||
bool ownsCollisionVolumes;
|
||||
CColSphere *spheres;
|
||||
CColLine *lines;
|
||||
CColBox *boxes;
|
||||
CColTriBBox *triBBoxes;
|
||||
CompressedVector *vertices;
|
||||
CColTriangle *triangles;
|
||||
CColTrianglePlane *trianglePlanes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue