mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-10 22:05:49 +00:00
Now we don't add the half texel offset to the vertex coordinates, but to the calculated u/v, which will prevent the texture wrapping (happens mostly with "nearest" interpolation lookups) mentioned in Milkdrop's code from happening, but make the mesh exactly fill the screen.