open3d.visualization.rendering.TriangleMeshModel#

class open3d.visualization.rendering.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

class MeshInfo#
__init__(self: open3d.cpu.pybind.visualization.rendering.TriangleMeshModel.MeshInfo, arg0: open3d.cpu.pybind.geometry.TriangleMesh, arg1: str, arg2: int) None#
property material_idx#
property mesh#
property mesh_name#
__init__(self: open3d.cpu.pybind.visualization.rendering.TriangleMeshModel) None#
property materials#
property meshes#