Reference Source
public class | source

SceneModelTextureSet

A texture set within a SceneModel.

Member Summary

Public Members
public

The color texture.

public

The emissive color texture.

public

id: *

Unique ID of this SceneModelTextureSet.

public

The metallic-roughness texture.

public

The normal map texture.

public

The ambient occlusion texture.

Public Members

public colorTexture: SceneModelTexture | * source

The color texture.

public emissiveTexture: SceneModelTexture | * source

The emissive color texture.

public id: * source

Unique ID of this SceneModelTextureSet.

The SceneModelTextureSet is registered against this ID in SceneModel#textureSets.

public metallicRoughnessTexture: SceneModelTexture | * source

The metallic-roughness texture.

public normalsTexture: SceneModelTexture | * source

The normal map texture.

public occlusionTexture: SceneModelTexture | * source

The ambient occlusion texture.