Wrapping a texture on a 3d model (stackoverflow.com)stack
30 points by jerussanjose in stackoverflow.com · 7m ago · stack
I'm a beginner with using LibGdx and I want to wrap a texture to a 3d box model I created but I don't properly know how to.. First method I tried to repeat the texture across the top of the box at its original resolution like a grid of individual tiles. right now it just stretch…