Options
All
  • Public
  • Public/Protected
  • All
Menu
Logo of bit by bit developers

Class BabylonMaterialPbrMetallicRoughness

Hierarchy

  • BabylonMaterialPbrMetallicRoughness

Index

Constructors

constructor

Methods

create

  • Create PBR metallic roughnes material.

    group

    create

    shortname

    material

    disposableoutput

    true

    Parameters

    Returns PBRMetallicRoughnessMaterial

    PBR metallic roughness material

getAlpha

  • Gets the alpha of material

    group

    get

    shortname

    get alpha

    Parameters

    Returns number

    alpha value

getBackFaceCulling

  • Gets the back face culling of material

    group

    get

    shortname

    get back face culling

    Parameters

    Returns boolean

    backfaceculling boolean

getBaseColor

  • Gets the base color of material

    group

    get

    shortname

    get base color

    Parameters

    Returns string

    base color

getBaseTexture

  • Get the base texture of material

    group

    get

    shortname

    get base texture

    Parameters

    Returns BaseTexture

getMetallic

  • Gets the metallic property of material

    group

    get

    shortname

    get metallic

    Parameters

    Returns number

    metallic value

getRoughness

  • Gets the roughness of material

    group

    get

    shortname

    get roughness

    Parameters

    Returns number

    roughness value

setAlpha

  • Sets the alpha of material

    group

    set

    shortname

    set alpha

    Parameters

    Returns void

setBackFaceCulling

  • Sets the back face culling of material

    group

    set

    shortname

    set back face culling

    Parameters

    Returns void

setBaseColor

  • Sets the base color of material

    group

    set

    shortname

    set base color

    Parameters

    Returns void

setBaseTexture

  • Sets the texture of material

    group

    set

    shortname

    set base texture

    Parameters

    Returns void

setMetallic

  • Sets the metallic property of material

    group

    set

    shortname

    set metallic

    Parameters

    Returns void

setRoughness

  • Sets the roughness of material

    group

    set

    shortname

    set roughness

    Parameters

    Returns void

Generated using TypeDoc