Class GltfMetallicRoughness
public class GltfMetallicRoughness : GtlfMiscObject
- Inheritance
-
GltfMetallicRoughness
- Inherited Members
Properties
BaseColorFactor
public Color4<Rgba> BaseColorFactor { get; set; }
Property Value
BaseColorTexture
public GltfMaterialTextureInfo? BaseColorTexture { get; set; }
Property Value
Metallic
public float Metallic { get; set; }
Property Value
MetallicRoughnessTexture
public GltfMaterialTextureInfo? MetallicRoughnessTexture { get; set; }
Property Value
Roughness
public float Roughness { get; set; }