GltfMaterial

Resumo geral

GltfMaterial é uma interface no Aspose.3d para Typescript. Herdeiros de: GltfMaterial.

GltfMaterial.name is the identifier string of the glTF material.

Propriedades

NameTypeAccessDescription
name: stringReadGets the name.
pbrMetallicRoughness`: {
    baseColorFactor?: number[];

    metallicFactor?: number;

    roughnessFactor?: number;

}` | Read | Holds base color, metallic and roughness factors for PBR |
 Português