Closed alexei-zolotarevschi closed 5 years ago
You are applying the whole texture to each face of your cube. Think about how to choose UV to map each single colour square in the cross pattern to a different face in the cube.
Figured it out. One of my approaches was correct, but in some places I was using fractions like 1/2 instead of 0.5, and for some reason it wasn't happy with it.
I'm probably not getting my UV and UF right, but I've tried various approaches and they all result in the same thing.