Used by the
polygonmode property of
TGLFaceProperties. Specifies if an object is solid, made of lines or dots. For more detailed information on polygonmode refer to
glPolygonMode∞.
It is the enumerated type:
TPolygonMode = (pmFill, pmLines, pmPoints)
pmFill: The object is solid. It is the default mode.
pmLines: The object is drawn with lines connecting the vertices and is not solid.
pmPoints: The object is displayed as dots at every vertex.
Unit:
GLTexture∞