Texture doesn't appear properly

Finally I solved it. The problem was that I used one array for vertices, normals and texture coordinates instead of storing in separate arrays and bind them separately.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.