Click or drag to resize
AB4D logo

PhysicallyBasedMaterialAmbientOcclusionFactor Property

Float value that defines a factor that is multiplied with the ambient occlusion texture (when specified). Default value is 1 which does not change the values in the texture. Default value is 1.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float AmbientOcclusionFactor { get; set; }

Property Value

Single

Implements

IPhysicallyBasedMaterialAmbientOcclusionFactor
See Also