GltfPbrMetallicRoughness constructor
GltfPbrMetallicRoughness({
- List<
double> baseColorFactor = const [1.0, 1.0, 1.0, 1.0], - GltfTextureInfo? baseColorTexture,
- double metallicFactor = 1.0,
- double roughnessFactor = 1.0,
- GltfTextureInfo? metallicRoughnessTexture,
Implementation
GltfPbrMetallicRoughness({
this.baseColorFactor = const [1.0, 1.0, 1.0, 1.0],
this.baseColorTexture,
this.metallicFactor = 1.0,
this.roughnessFactor = 1.0,
this.metallicRoughnessTexture,
});