trimesh.exchange.openctm
- trimesh.exchange.openctm.load_ctm(file_obj, file_type=None, **kwargs)
Load OpenCTM files from a file object.
- Parameters
file_obj (file object) – Open file-like object with CTM data.
- Returns
loaded – Keyword arguments for the Trimesh constructor
- Return type
dict