Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MaterialPbrMetallicRoughness

A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.

Hierarchy

  • MaterialPbrMetallicRoughness

Indexable

[k: string]: any

A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.

Index

Properties

Optional baseColorFactor

baseColorFactor: number[]

The material's base color factor.

Optional baseColorTexture

baseColorTexture: TextureInfo

The base color texture.

Optional extensions

extensions: any

Optional extras

extras: any

Optional metallicFactor

metallicFactor: number

The metalness of the material.

Optional metallicRoughnessTexture

metallicRoughnessTexture: TextureInfo

The metallic-roughness texture.

Optional roughnessFactor

roughnessFactor: number

The roughness of the material.