Opengl problem with texture in model from obj
- by subSeven
Hello!
I writing small program in OpenGL, and I have problem ( textures are skew, and I dont know why, this model work in another obj viewer)
What I have:
http://img696.imageshack.us/i/obrazo.png/
What I want
http://img88.imageshack.us/i/obraz2d.jpg/
This code where I load texture:
bool success;
ILuint texId;
GLuint image;
ilGenImages(1,…