]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
cleaned up and fixed collisions with brush models (example: you can now ramp jump...
[xonotic/darkplaces.git] / model_brush.h
index 29bfe0539977e846bb099e692133e4f629ddbe0b..04bae33cfd6de144bd0a8b47e97b39414120c622 100644 (file)
@@ -261,6 +261,7 @@ typedef struct
        int                     lastclipnode;
        vec3_t          clip_mins;
        vec3_t          clip_maxs;
+       vec3_t          clip_size;
 }
 hull_t;