Class GLRegion

java.lang.Object
com.jogamp.graph.curve.Region
com.jogamp.graph.curve.opengl.GLRegion

public abstract class GLRegion extends Region
A GLRegion is the OGL binding of one or more OutlineShapes Defined by its vertices and generated triangles. The Region defines the final shape of the OutlineShape(s), which shall produced a shaded region on the screen. Implementations of the GLRegion shall take care of the OGL binding of the depending on its context, profile.
See Also: