public class GLTFpbrMetallicRoughness extends GLTFObject
| Modifier and Type | Field and Description |
|---|---|
float[] |
baseColorFactor |
GLTFTextureInfo |
baseColorTexture |
float |
metallicFactor |
GLTFTextureInfo |
metallicRoughnessTexture |
float |
roughnessFactor |
extensions, extras| Constructor and Description |
|---|
GLTFpbrMetallicRoughness() |
public float[] baseColorFactor
public float metallicFactor
public float roughnessFactor
public GLTFTextureInfo baseColorTexture
public GLTFTextureInfo metallicRoughnessTexture