Hi,
Before loading the image/texture you could use ofDisableArbTex()
to turn off rectangle textures, the texture would then use normalized texture coordinates and you could use the same code for iOS and OSX.
Hi,
Before loading the image/texture you could use ofDisableArbTex()
to turn off rectangle textures, the texture would then use normalized texture coordinates and you could use the same code for iOS and OSX.