Package gov.nasa.worldwind.util.glu
Interface GLUtessellator
-
- All Known Implementing Classes:
GLUtessellatorImpl
public interface GLUtessellator
The GLUtessellator object is used to hold the data, such as the vertices, edges and callback objects, to describe and tessellate complex polygons. A GLUtessellator object is used with theGLU
tessellator methods andGLU callbacks
.