mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Make GL2 MDR code use R_VboPackNormal for normal
This commit is contained in:
parent
fda03ee4ca
commit
4520857fc9
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ void RB_MDRSurfaceAnim( mdrSurface_t *surface )
|
|||
tess.xyz[baseVertex + j][1] = tempVert[1];
|
||||
tess.xyz[baseVertex + j][2] = tempVert[2];
|
||||
|
||||
tess.normal[baseVertex + j] = R_VboPackTangent(tempNormal);
|
||||
tess.normal[baseVertex + j] = R_VboPackNormal(tempNormal);
|
||||
|
||||
tess.texCoords[baseVertex + j][0][0] = v->texCoords[0];
|
||||
tess.texCoords[baseVertex + j][0][1] = v->texCoords[1];
|
||||
|
|
Loading…
Reference in a new issue