voxcity.exporter.obj.OBJExporterΒΆ

class voxcity.exporter.obj.OBJExporterΒΆ

Exporter that writes mesh collections or trimesh dicts to OBJ/MTL.

Accepts either a MeshCollection (voxcity.models) or dict[str, trimesh.Trimesh].

export(obj, output_directory: str, base_filename: str, **kwargs)ΒΆ