OpenGL Library for Delphi,
maintained by Eric Grange,
based on Mike Lischke's GLScene.

 

Reference Manual - TPolygonMode


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
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0194 seconds