Table of Contents

Class GltfMetallicRoughness

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public class GltfMetallicRoughness : GtlfMiscObject
Inheritance
GltfMetallicRoughness
Inherited Members

Properties

BaseColorFactor

public Color4<Rgba> BaseColorFactor { get; set; }

Property Value

Color4<Rgba>

BaseColorTexture

public GltfMaterialTextureInfo? BaseColorTexture { get; set; }

Property Value

GltfMaterialTextureInfo

Metallic

public float Metallic { get; set; }

Property Value

float

MetallicRoughnessTexture

public GltfMaterialTextureInfo? MetallicRoughnessTexture { get; set; }

Property Value

GltfMaterialTextureInfo

Roughness

public float Roughness { get; set; }

Property Value

float