X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_shared.h;h=bd292ab094db1396a55e94742ac222881cdd56d5;hb=579d8a7ad10a567c0ade9a198e9a690440b58b1a;hp=755751b9187375a1e9e32b72ad41a4c0e868c493;hpb=277cea019899d1a7d297c270afa9c1c2653c49fa;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.h b/model_shared.h index 755751b9..bd292ab0 100644 --- a/model_shared.h +++ b/model_shared.h @@ -599,7 +599,6 @@ typedef struct texture_s char name[64]; int surfaceflags; int supercontents; - int surfaceparms; int textureflags; // reflection @@ -616,7 +615,7 @@ typedef struct texture_s // offsetmapping dpoffsetmapping_technique_t offsetmapping; float offsetscale; - unsigned char offsetbias; + float offsetbias; // gloss float specularscalemod; @@ -1049,6 +1048,7 @@ typedef struct model_s // if set, the model contains light information (lightmap, or vertexlight) qboolean lit; + float lightmapscale; } dp_model_t;