X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_shared.h;h=1cd9d5ba80d0667e73ff0bb2ca4b7a539a4cd2dd;hb=823d8a2d16635f92223b991cb36ae0104fb6d88e;hp=86339635a98bb74e9fa1a843f867ff7c82518257;hpb=9c1150cfadf8e3210e6e102e9b1c10e6f27678c7;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.h b/model_shared.h index 86339635..1cd9d5ba 100644 --- a/model_shared.h +++ b/model_shared.h @@ -47,15 +47,16 @@ animscene_t; typedef struct skinframe_s { + rtexture_t *stain; // inverse modulate with background (used for decals and such) + rtexture_t *merged; // original texture without glow rtexture_t *base; // original texture without pants/shirt/glow rtexture_t *pants; // pants only (in greyscale) rtexture_t *shirt; // shirt only (in greyscale) - rtexture_t *glow; // glow only (fullbrights) - rtexture_t *merged; // original texture without glow - rtexture_t *fog; // alpha of the base texture (if not opaque) rtexture_t *nmap; // normalmap (bumpmap for dot3) rtexture_t *gloss; // glossmap (for dot3) rtexture_t *detail; // detail texture (silly bumps for non-dot3) + rtexture_t *glow; // glow only (fullbrights) + rtexture_t *fog; // alpha of the base texture (if not opaque) } skinframe_t;