AmbientOcclusion.Settings Class
Describes the properties with which ambient occlusion should be drawn. These properties correspond to a horizon-based ambient occlusion approach.
Implements
Methods
| Name | Description | |
|---|---|---|
| toJSON(): AmbientOcclusion.Props | ||
| fromJSON(json?: AmbientOcclusion.Props): AmbientOcclusion.Settings Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| bias | number | ||
| blurDelta | number | ||
| blurSigma | number | ||
| blurTexelStepSize | number | ||
| defaults Static | AmbientOcclusion.Settings | ||
| intensity | number | ||
| maxDistance | number | ||
| texelStepSize | number | ||
| zLengthCap | number |
Defined in
Last Updated: 08 January, 2020