Surface.Matte
Matte(ShadowCastingMode, bool)
Create a new, matte surface effect.
Remarks
Uses the Lambert lighting model.
Declaration
public static Surface Matte(ShadowCastingMode shadowCasting = ShadowCastingMode.Off, bool receiveShadows = false)
Parameters
Type | Name | Description |
---|---|---|
ShadowCastingMode | shadowCasting | Value for ShadowCastingMode. |
bool | receiveShadows | Value for ReceiveShadows. |
Returns
Type | Description |
---|---|
Surface | A new Surface effect without any metallic, gloss, or specular characteristics. |