Click or drag to resize

TriangleMeshPrimitiveShadeModel Property

Gets or sets the shading model for the mesh.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RendererShadeModel ShadeModel { get; set; }

Property Value

Type: RendererShadeModel
Exceptions
ExceptionCondition
UnsupportedCaseExceptionRendererShadeModel must be a valid enumeration value in RendererShadeModel
See Also