cloudViewer.visualization.rendering.TriangleMeshModel#

class cloudViewer.visualization.rendering.TriangleMeshModel#

A list of geometry.TriangleMesh and MaterialRecord 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: cloudViewer.visualization.rendering.TriangleMeshModel.MeshInfo, arg0: cloudViewer.geometry.ccMesh, arg1: str, arg2: SupportsInt) None#
property material_idx#
property mesh#
property mesh_name#
__init__(self: cloudViewer.visualization.rendering.TriangleMeshModel) None#
property materials#
property meshes#