Class GltfOcclusionTextureInfo
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfOcclusionTextureInfo : GltfTextureInfo
Fields
strength
A scalar multiplier controlling the amount of occlusion applied.
A value of 0.0 means no occlusion.
A value of 1.0 means full occlusion.
This value is ignored if the corresponding texture is not specified.
This value is linear.
Declaration
public double strength
Field Value
Type | Description |
---|---|
Double |