open3d.visualization.rendering#

Classes

Camera

Camera object

ColorGrading

Parameters to control color grading options

Gradient

Manages a gradient for the unlitGradient shader.In gradient mode, the array of points specifies points along the gradient, from 0 to 1 (inclusive).

MaterialRecord

Describes the real-world, physically based (PBR) material used to render a geometry

OffscreenRenderer

Renderer instance that can be used for rendering to an image

Open3DScene

High-level scene for rending

Renderer

Renderer class that manages 3D resources.

Scene

Low-level rendering scene

TriangleMeshModel

A list of geometry.TriangleMesh and Material that can describe a complex model with multiple meshes, such as might be stored in an FBX, OBJ, or GLTF file

View

Low-level view class