[BUG] SetObjectMaterial - Texture Issues?
#1

Well, just look at the differences on the screenshots below. I used the same textures.


Reply
#2

Ever heard of texture mapping? (One of the basics in OpenGL and DirectX)

That means that the textures will be fit on the object to prevent having ugly mapped textures on them.

With this function you won't be able to remap the texture on the object (which means it will take the same texture map as it got told from file and the result is as in on your pictures)
Reply
#3

Its because of LOD right ?
Reply
#4

It's because the textures are being stretched to fit on the object.
If oyu have a small texture but an object with a big surface, the texture is being stretched till it fits the size, which results in a distortion of the pixels.
Reply
#5

Ah ok ok, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)