We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I can't figure out how to set GL_TEXTURE_WRAP_x to GL_MIRRORED_REPEAT Apparently the only two methods supported by textureWrap() (as documented) are GL_CLAMP_TO_EDGE and GL_REPEAT. I tried to dig in the source code, but I can't understand what textureWrap exactly does.
Thank you.