Top "Tessellation" questions

This tag refers to questions about increasing the complexity of a data-set through subdivision.

OpenGL ES - How to Draw a filled Polygon?

I tried googling and searching on stack but I didn't find anything :-( ( Mapping irregular shapes or other polygons (cartoons, …

iphone opengl-es polygon tessellation
How does tessellation increase performance?

It seems counter intuitive that calculating more vertices instead of just reading more from vram would be faster. But if …

opengl graphics directx glsl tessellation
Math for a geodesic sphere

I'm trying to create a very specific geodesic tessellation, but I can't find anything online about it. It is normal …

math geometry geodesic-sphere tessellation
Algorithm for a geodesic sphere

I have to make a sphere out of smaller uniformely distributed balls. I think the optimal way is to build …

c++ algorithm geometry tessellation geodesic-sphere