X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=model_shared.h;h=6396085787d0464f90a0cd8809c8c50eb5bf7a89;hb=b2ceb93109e9c9aa188fe8cb22dde6b4d169807f;hp=09627f7cd8a30d3b60c8610adb109cdcb4dd3751;hpb=746a56a1fccc8b4577c9fddd0b4fcd5e33df5d89;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.h b/model_shared.h index 09627f7c..63960857 100644 --- a/model_shared.h +++ b/model_shared.h @@ -471,6 +471,7 @@ typedef struct q3shaderinfo_s // offsetmapping dpoffsetmapping_technique_t offsetmapping; float offsetscale; + unsigned char offsetbias; // polygonoffset (only used if Q3TEXTUREFLAG_POLYGONOFFSET) float biaspolygonoffset, biaspolygonfactor; @@ -615,6 +616,7 @@ typedef struct texture_s // offsetmapping dpoffsetmapping_technique_t offsetmapping; float offsetscale; + unsigned char offsetbias; // gloss float specularscalemod;