GltfMaterial.emissiveTexture Field

Definition

The emissive map controls the color and intensity of the light being emitted by the material. This texture contains RGB components in sRGB color space. If a fourth component (A) is present, it is ignored.

public: Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfTextureInfo ^ emissiveTexture;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfTextureInfo emissiveTexture;
val mutable emissiveTexture : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfTextureInfo
Public emissiveTexture As GltfTextureInfo 

Field Value

GltfTextureInfo

Applies to