Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshLike

Describes the properties of a mesh

Hierarchy

  • MeshLike

Implemented by

Index

Properties

boundingBoxCenter

boundingBoxCenter: Vector3Like

The center of the axis-aligned box that exactly contains the mesh

boundingBoxDimensions

boundingBoxDimensions: Vector3Like

The size of the axis-aligned box that exactly contains the mesh

primitiveDefinition

primitiveDefinition: PrimitiveDefinition

If this mesh is a primitive, the primitive's description

triangleCount

triangleCount: number

The number of triangles in this mesh.

vertexCount

vertexCount: number

The number of vertices in this mesh.