This commit is contained in:
parent
a115ed8b39
commit
b31a2e39dc
52 changed files with 1841 additions and 886 deletions
|
@ -350,6 +350,7 @@ float v1=1.0f;//Tex.ScaleU;
|
|||
List=glGenLists(1);
|
||||
glNewList(List,GL_COMPILE);
|
||||
|
||||
TexID=Tex.TexID;
|
||||
glBindTexture(GL_TEXTURE_2D, Tex.TexID);
|
||||
glBegin (GL_QUADS);
|
||||
glTexCoord2f(u0,v0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue