Text2D

Import

Text2D is an addon, and must be imported explicitly, see Installation#Addons.

import * as Text2D from 'three/addons/webxr/Text2D.js';

Methods

.createText( message : string, height : number ) : Mesh (inner)

A helper function for creating a simple plane mesh that can be used as a text label. The mesh's material holds a canvas texture that displays the given message.

message

The message to display.

height

The labels height.

Returns: The plane mesh representing a text label.

Source

examples/jsm/webxr/Text2D.js