Enum FillMode
Defines how a triangle primitive should be rendered.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum FillMode
Fields
Name | Description |
---|---|
Solid | Fill the triangles formed by the vertices. Adjacent vertices are not drawn. |
Wireframe | Draw lines connecting the vertices. Adjacent vertices are not drawn. |