Click or drag to resize

SolidPrimitiveAffectedByLighting Property

Gets or sets whether the primitive is affected by lighting.

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

Property Value

Type: Boolean
Remarks
If lighting makes one side of the solid too dark, set this to false for the solid to have uniform color. When this is false, it is recommonded that DisplayOutline be true, so the shape of the solid is still decipherable.
See Also