GltfMaterial
data class GltfMaterial(val name: String, val alphaMode: String?, val doubleSided: Boolean?, val normalTexture: GltfMaterialTexture?, val occlusionTexture: GltfMaterialTexture?, val emissiveTexture: GltfMaterialTexture?, val emissiveFactor: DoubleArray?, val pbrMetallicRoughness: GltfPbrMetallicRoughness?, val extensions: GltfMaterialExtensions?)(source)
Constructors
Link copied to clipboard
constructor(name: String, alphaMode: String?, doubleSided: Boolean?, normalTexture: GltfMaterialTexture?, occlusionTexture: GltfMaterialTexture?, emissiveTexture: GltfMaterialTexture?, emissiveFactor: DoubleArray?, pbrMetallicRoughness: GltfPbrMetallicRoughness?, extensions: GltfMaterialExtensions?)