Mercurial > hg > Game > S_Dandy
annotate src/texture.h @ 3:deb7e09824a4
add 'src' directory and 'xml' directory.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 20 May 2010 19:51:03 +0900 |
parents | |
children | bb2fbe78c7cd |
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}; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 |