XTDStudios / DMT

Dynamically Mapping Textures
101 stars 13 forks source link

Do not add extra pixel to texture's right and bottom edge #18

Open jarkkosyrjala opened 9 years ago

jarkkosyrjala commented 9 years ago

Extra pixel causes unnecessary problems when texture needs to be repeated.

We should have an option to extrude when necessary instead of adding extra pixel to right and bottom of all textures.

gilamran commented 9 years ago

First, thanks! The extra pixel was added because we saw leaks of pixels when using anti-aliasing. Please try to create an obvious example (Red Square), and try to rotate it when anti-aliasing is on. Once you approve no leaks, I'll merge it.

gilamran commented 9 years ago

Any news regarding this issue? Found the leak? didn't see it?