A sprite is a mesh that represents a 2D image

Constructors

Accessors

Methods

Constructors

Accessors

  • get material(): MeshBasicMaterial
  • The material used to render the sprite

    Returns MeshBasicMaterial

Methods

  • The geometry of the sprite that can be used to create a mesh

    Returns BufferGeometry<NormalBufferAttributes>

Generated using TypeDoc