Click or drag to resize

SpatialMaterialRoughnessTextureChannel Property

Specifies the channel of the AoTexture in which the ambient occlusion information is stored. This is useful when you store the information for multiple effects in a single texture. For example if you stored metallic in the red channel, roughness in the blue, and ambient occlusion in the green you could reduce the number of textures you use.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public SpatialMaterialTextureChannel RoughnessTextureChannel { get; set; }

Property Value

Type: SpatialMaterialTextureChannel
See Also