open3d.visualization.gui.Label3D¶
-
class
open3d.visualization.gui.Label3D¶ Displays text in a 3D scene
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
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.
-