view 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
line wrap: on
line source

GLuint texture[250] = {0};
GLfloat texMaxX[250] = {0};
GLfloat texMaxY[250] = {0};
GLfloat texMinX[250] = {0};
GLfloat texMinY[250] = {0};