revised filtering & api
[csRadar.git] / vmdl.h
diff --git a/vmdl.h b/vmdl.h
index 7b5bb07263dec764036883064c23158afffbf29f..c56266a4f29524c81b889357ba3871c9fdec87db 100644 (file)
--- a/vmdl.h
+++ b/vmdl.h
@@ -460,6 +460,9 @@ typedef struct
        
        float *vertices;
        u32     num_vertices;
+       
+       v3f mins;
+       v3f maxs;
 } 
 mdl_mesh_t;