Options
All
  • Public
  • Public/Protected
  • All
Menu

Helper class for creating 3D text labels that properly participate in depth testing and rendering within the 3D scene.

Hierarchy

  • DimensionText3D

Index

Constructors

constructor

Methods

dispose

  • dispose(): void
  • Dispose all resources

    Returns void

getMesh

  • getMesh(): Mesh
  • Get the text mesh for further manipulation

    Returns Mesh

updatePosition

  • updatePosition(position: Vector3): void
  • Update the position of the text mesh

    Parameters

    • position: Vector3

    Returns void

updateText

  • updateText(newText: string): void
  • Update the text content

    Parameters

    • newText: string

    Returns void

Generated using TypeDoc