Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshMaterialMetallicRoughnessProperties

Hierarchy

Index

Properties

Optional alphaCutoff

alphaCutoff: number

Specifies how transparency on the object is handled.

Read more...

Optional alphaMode

alphaMode: "auto" | "blend" | "opaque" | "mask"

Specifies how transparency on the object is handled.

Read more...

Optional color

color: string | Color | number[]

Specifies a single, uniform color for the mesh component.

Read more...

Optional colorTexture

colorTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Specifies a texture from which to get color information.

Read more...

Optional doubleSided

doubleSided: boolean

Specifies whether both sides of each triangle are displayed, or only the front sides.

Read more...

Optional emissiveColor

emissiveColor: string | Color | number[]

Specifies a single, uniform emissive color for the MeshComponent.

Read more...

Optional emissiveTexture

emissiveTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Specifies a texture from which to get emissive color information.

Read more...

Optional metallic

metallic: number

Specifies how much the material behaves like a metal.

Read more...

Optional metallicRoughnessTexture

metallicRoughnessTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Specifies a texture from which to get the combined metallic/roughness information.

Read more...

Optional normalTexture

normalTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Specifies a texture from which to get normal information.

Read more...

Optional occlusionTexture

occlusionTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Allows to specify a texture to get the occlusion information from.

Read more...

Optional roughness

roughness: number

Indicates how rough the surface of the material is.

Read more...

Generated using TypeDoc