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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -