Mercurial > hg > Game > S_Dandy
annotate src/texture.h @ 4:bb2fbe78c7cd
moving title scene.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 07 Dec 2010 18:37:43 +0900 |
parents | deb7e09824a4 |
children |
rev | line source |
---|---|
3
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 GLuint texture[250] = {0}; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 GLfloat texMaxX[250] = {0}; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 GLfloat texMaxY[250] = {0}; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 GLfloat texMinX[250] = {0}; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 GLfloat texMinY[250] = {0}; |