open3d.visualization.gui.Label3D
- class open3d.visualization.gui.Label3D
Displays text in a 3D scene
- __init__(self: open3d.cpu.pybind.visualization.gui.Label3D, arg0: str, arg1: numpy.ndarray[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.