mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfMaterialCommonConstant

    Inheritance
    Object
    GltfProperty
    GltfMaterialCommonConstant
    Inherited Members
    GltfProperty.Extensions
    GltfProperty.Extras
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    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[]

    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[]

    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

    lightmapTexture

    Texture used to store pre-computed direct lighting

    Declaration
    public GltfNormalTextureInfo lightmapTexture
    Field Value
    Type Description
    GltfNormalTextureInfo
    In This Article
    • Fields
      • ambientFactor
      • ambientFactor
      • lightmapFactor
      • lightmapFactor
      • lightmapTexture
      • lightmapTexture
    Back to top Generated by DocFX