voxcity.exporter.OBJExporterΒΆ 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]. export(obj, output_directory: str, base_filename: str, **kwargs)ΒΆ