WebGL Repeat Texture 2 by 8
No Need for Multiple Vertices
This page demonstrates a fast and easy method to repeat a texture without adding vertices,
uploading, or copying more texture maps.
The square displays with just four vertices.
Modify texels then apply WebGL TEXTURE_WRAP_S
and TEXTURE_WRAP_T
parameters.