]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
add a helper function to release all keys "properly"
[xonotic/darkplaces.git] / model_shared.h
index c34890cad8af0c43ee088e057f387b2a303817a0..8b73377e53f1c6ce1fae104337d6bf13858e6b99 100644 (file)
@@ -475,6 +475,9 @@ typedef struct q3shaderinfo_s
        // gloss
        float specularscalemod;
        float specularpowermod;
+
+       // rtlightning ambient addition
+       float rtlightambient;
 #define Q3SHADERINFO_COMPARE_END specularpowermod
 }
 q3shaderinfo_t;
@@ -613,6 +616,9 @@ typedef struct texture_s
        // gloss
        float specularscalemod;
        float specularpowermod;
+
+       // diffuse and ambient
+       float rtlightambient;
 }
  texture_t;