]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
Fixed many issues with q2bsp support, it now works properly.
[xonotic/darkplaces.git] / model_brush.h
index 37f780ad4db1b306138d2fe44aee4a6c03936b80..609a041e0216992d9f9f620318fecc5443e66631 100644 (file)
@@ -324,6 +324,9 @@ typedef struct q2dmodel_s
 #define        Q2SURF_FLOWING  0x40    // scroll towards angle
 #define        Q2SURF_NODRAW           0x80    // don't bother referencing the texture
 
+#define Q2SURF_HINT            0x100   // make a primary bsp splitter
+#define Q2SURF_SKIP            0x200   // completely ignore, allowing non-closed brushes
+
 
 
 /*