Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseTextureDto

Index

Constructors

Properties

Constructors

constructor

  • new BaseTextureDto(material?: PBRMetallicRoughnessMaterial, baseTexture?: Texture): BaseTextureDto
  • Parameters

    • Optional material: PBRMetallicRoughnessMaterial
    • Optional baseTexture: Texture

    Returns BaseTextureDto

Properties

baseTexture

baseTexture: Texture

Base texture of the material

default

undefined

material

material: PBRMetallicRoughnessMaterial

Material to update

default

undefined

Generated using TypeDoc