| Modifier and Type | Class and Description |
|---|---|
class |
MaterialNormalTextureInfo
Auto-generated for material.normalTextureInfo.schema.json
|
class |
MaterialOcclusionTextureInfo
Auto-generated for material.occlusionTextureInfo.schema.json
|
| Modifier and Type | Method and Description |
|---|---|
TextureInfo |
MaterialPbrMetallicRoughness.getBaseColorTexture()
The base color texture.
|
TextureInfo |
Material.getEmissiveTexture()
The emissive texture.
|
TextureInfo |
MaterialPbrMetallicRoughness.getMetallicRoughnessTexture()
The metallic-roughness texture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialPbrMetallicRoughness.setBaseColorTexture(TextureInfo baseColorTexture)
The base color texture.
|
void |
Material.setEmissiveTexture(TextureInfo emissiveTexture)
The emissive texture.
|
void |
MaterialPbrMetallicRoughness.setMetallicRoughnessTexture(TextureInfo metallicRoughnessTexture)
The metallic-roughness texture.
|
Copyright © 2024. All Rights Reserved.