X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=vmdl.h;fp=vmdl.h;h=c56266a4f29524c81b889357ba3871c9fdec87db;hp=7b5bb07263dec764036883064c23158afffbf29f;hb=8b0bdf193803011746a916cac0736ad3574ffa71;hpb=2b5ab41c3193d52eba04269f236d30a71aa0dd9d diff --git a/vmdl.h b/vmdl.h index 7b5bb07..c56266a 100644 --- a/vmdl.h +++ b/vmdl.h @@ -460,6 +460,9 @@ typedef struct float *vertices; u32 num_vertices; + + v3f mins; + v3f maxs; } mdl_mesh_t;