Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshComponentProperties

Hierarchy

  • MeshComponentProperties

Index

Properties

Properties

Optional faces

faces: number[] | Uint32Array | Uint16Array

A flat array of indices that refer to vertices in the vertexAttributes of the mesh to which the component belongs.

Read more...

Optional material

The material determines how the component is visualized.

Read more...

Optional shading

shading: "source" | "flat" | "smooth"

Specifies the type of normals used for lighting.

Read more...

Generated using TypeDoc