Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshMaterialProperties

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 normalTexture

normalTexture: string | MeshTextureProperties | HTMLImageElement | HTMLCanvasElement | ImageData

Specifies a texture from which to get normal information.

Read more...

Generated using TypeDoc