
Why is the texture mapping of my minecraft grass texture so.. blended, if the filtering is correctly set to nearest?
Things i have tried:
the mag and min parameters of the texture are correctly set to gl.NEAREST and gl.NEAREST_MIPMAP_NEAREST
the overall canvas has the .imageRendering css property set to "pixelated"
the uv coordinates, for the face displayed, i believe are correct