GltfPbrMetallicRoughness
data class GltfPbrMetallicRoughness(val baseColorFactor: DoubleArray?, val baseColorTexture: GltfMaterialTexture?, var metallicRoughnessTexture: GltfMaterialTexture?, val roughnessFactor: Double?, val metallicFactor: Double?)(source)
Constructors
Link copied to clipboard
constructor(baseColorFactor: DoubleArray?, baseColorTexture: GltfMaterialTexture?, metallicRoughnessTexture: GltfMaterialTexture?, roughnessFactor: Double?, metallicFactor: Double?)