Class GltfMaterialCommonConstant
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfMaterialCommonConstant : GltfProperty
Fields
ambientFactor
Used to scale the ambient light contributions to this material
Declaration
public float[] ambientFactor
Field Value
Type | Description |
---|---|
Single[] |
lightmapFactor
Scale factor for the lightmap texture
Declaration
public float[] lightmapFactor
Field Value
Type | Description |
---|---|
Single[] |
lightmapTexture
Texture used to store pre-computed direct lighting
Declaration
public GltfNormalTextureInfo lightmapTexture
Field Value
Type | Description |
---|---|
GltfNormalTextureInfo |