celime

Results 1 issues of celime

Is it possible to have the OpenGL GL_MIRRORED_REPEAT texture wrap mode ? before sampling the texture: if (MIRROR_MODE) { if (int(u)&1) u=-u; if (int(v)&1) v=-v; } Thanks