voxcity.exporter.OBJExporter ============================ .. py:class:: voxcity.exporter.OBJExporter Exporter that writes mesh collections or trimesh dicts to OBJ/MTL. Accepts either a MeshCollection (voxcity.models) or dict[str, trimesh.Trimesh]. .. py:method:: export(obj, output_directory: str, base_filename: str, **kwargs)