Issue 299: OBJ don't show texture
Status:  Done
Owner:
Closed:  Aug 2010
Project Member Reported by txprog, Aug 6, 2010
They are a problem with rectangle and non rectangle texture.
If texture is a classic power of 2 texture, tex coords are in 0-1 range.
If texture is a rectangle texture, tex coords are in 0-width/height.

OBJ Mesh are actually multiply the tex coords by texture size, without checking if the texture is rectangle or not.
Aug 6, 2010
Project Member #1 txprog
Closed via GitHub: http://github.com/tito/pymt/commit/c0beb5ed4d0685971790806776111eecfbefd4e9

obj: fix invalid tex_coords * texture.{width,height} (fixes  issue 299 )
texture: change property mipmap/id/width/height/target to read only + add rectangle property
Status: Done