cloudViewer.visualization.gui.Label3D#

class cloudViewer.visualization.gui.Label3D#

Displays text in a 3D scene

__init__(self: cloudViewer.visualization.gui.Label3D, arg0: str, arg1: Annotated[numpy.typing.ArrayLike, numpy.float32, '[3, 1]']) None#

Create a 3D Label with given text and position

property color#

The color of the text (gui.Color)

property position#

The position of the text in 3D coordinates

property text#

The text to display with this label.