no, really, normals are normals
This commit is contained in:
@@ -406,7 +406,7 @@ static void SetupVertices( const RageVertex v[], int iNumVerts )
|
|||||||
glTexCoordPointer(2, GL_FLOAT, 0, Texture);
|
glTexCoordPointer(2, GL_FLOAT, 0, Texture);
|
||||||
|
|
||||||
glEnableClientState(GL_NORMAL_ARRAY);
|
glEnableClientState(GL_NORMAL_ARRAY);
|
||||||
glNormalPointer(GL_FLOAT, 0, Texture);
|
glNormalPointer(GL_FLOAT, 0, Normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RageDisplay_OGL::DrawQuads( const RageVertex v[], int iNumVerts )
|
void RageDisplay_OGL::DrawQuads( const RageVertex v[], int iNumVerts )
|
||||||
|
|||||||
Reference in New Issue
Block a user