jsiems / gl_test

Test repository to mess around with opengl.
0 stars 0 forks source link

Model texture does not draw correctly #1

Closed jsiems closed 6 years ago

jsiems commented 6 years ago

Could be due to a difference in the way blender exports the texture data and the way my program applies it to the model.

jsiems commented 6 years ago

Fixed. Y coordinate texture coordinates need to be inverted, i.e. 1 - y coord.