Reputation: 5989
I have been using TRIANGLE_FAN and drawing like 90 triangles. What's a better way?
Upvotes: 2
Views: 2025
Reputation: 20724
That's pretty much it, you can adjust that 90 up or down to your liking (or make it dependent on how big it is on-screen, or you could go the route of a geometry shader.
If you are ok with it not being geometry-based, just create a texture that is in the shape of an oval, and apply it to a quad.
Upvotes: 1