Tagged Questions
2
votes
1answer
244 views
Rendering multiple squares fast?
so I'm doing my first steps with openGL development on android and I'm kinda stuck at some serious performance issues...
What I'm trying to do is render a whole grid of single colored squares on to ...
12
votes
1answer
2k views
Procedural Mesh: UV mapping
I made a procedural mesh and now I want to apply a texture to it. The problem is, I cannot get it to stick the way I want it to.
The idea is to have the texture painted only once over the whole ...