]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
added dpmeshcollisions keyword in shader parsing, this causes all
[xonotic/darkplaces.git] / model_brush.h
index 0463d74d1eedc3a8fe65f79ff5143f250b77dda5..34519383dc72af8b09cc3cef85f580bf3ff4386f 100644 (file)
@@ -62,6 +62,8 @@ mplane_t;
 
 //#define SURF_PLANEBACK 2
 
+// indicates that all triangles of the surface should be added to the BIH collision system
+#define MATERIALFLAG_MESHCOLLISIONS 1
 // use alpha blend on this material
 #define MATERIALFLAG_ALPHA 2
 // use additive blend on this material