open3d.visualization.rendering.Renderer¶
-
class
open3d.visualization.rendering.
Renderer
¶ Renderer class that manages 3D resources. Get from gui.Window.
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
set_clear_color
(self: open3d.cpu.pybind.visualization.rendering.Renderer, arg0: numpy.ndarray[float32[4, 1]]) → None¶ Sets the background color for the renderer, [r, g, b, a]. Applies to everything being rendered, so it essentially acts as the background color of the window
-