Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoughnessDto

Index

Constructors

Properties

Constructors

constructor

  • new RoughnessDto(material?: PBRMetallicRoughnessMaterial, roughness?: number): RoughnessDto
  • Parameters

    • Optional material: PBRMetallicRoughnessMaterial
    • Optional roughness: number

    Returns RoughnessDto

Properties

material

material: PBRMetallicRoughnessMaterial

Material to update

default

undefined

Optional roughness

roughness: number

Roughness value of the material

default

0.5

minimum

0

maximum

1

step

0.1

Generated using TypeDoc