OpenGL ES texture cut from it -
i have big texture, 256*256 there 64*64 pixel textures on it. how can cut it, , use texture?
just draw correct texture coordinates, example, draw quad (0,0) (64,64) texture, use texture coords (0,0) (64 / 256.0, 64 / 256.0)
Comments
Post a Comment