From: havoc Date: Mon, 15 Mar 2004 08:24:46 +0000 (+0000) Subject: enabled USETEXMATRIX because it wasn't broken after all (testing mistake made me... X-Git-Tag: xonotic-v0.1.0preview~5986 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=dc98ecacaacba54a82d156bfb8d26006b764f288;p=xonotic%2Fdarkplaces.git enabled USETEXMATRIX because it wasn't broken after all (testing mistake made me think it was) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4024 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_shadow.c b/r_shadow.c index adf1f097..f81399d9 100644 --- a/r_shadow.c +++ b/r_shadow.c @@ -1214,7 +1214,7 @@ void R_Shadow_GenTexCoords_Specular_NormalCubeMap(float *out3f, int numverts, co } } -#define USETEXMATRIX 0 // broken +#define USETEXMATRIX 1 void R_Shadow_RenderLighting(int numverts, int numtriangles, const int *elements, const float *vertex3f, const float *svector3f, const float *tvector3f, const float *normal3f, const float *texcoord2f, const float *relativelightorigin, const float *relativeeyeorigin, const float *lightcolor, const matrix4x4_t *matrix_modeltolight, const matrix4x4_t *matrix_modeltoattenuationxyz, const matrix4x4_t *matrix_modeltoattenuationz, rtexture_t *basetexture, rtexture_t *bumptexture, rtexture_t *glosstexture, rtexture_t *lightcubemap, int lighting) { int renders;