Hello!
Does anyone know a method of setting the uv for textures using shared vertices and properly binding?
Is there an efficient way to get the “2D tiled” look in 3D? Thats pretty much what I’m going for.
I have this so far however since the vertices are shared the texture flips every other row:
UPDATE: There are now 23% more vertices.