25 std::shared_ptr<const Mesh>
mesh;
28 VertColors* colors =
nullptr );
30 VertColors* colors =
nullptr );
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
MRMESH_API Expected< void > sceneToObj(const std::vector< NamedXfMesh > &objects, const std::filesystem::path &file, VertColors *colors=nullptr)
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
saves a number of named meshes in .obj file
Definition MRMesh/MRMeshSaveObj.h:22
std::shared_ptr< const Mesh > mesh
Definition MRMesh/MRMeshSaveObj.h:25
std::string name
Definition MRMesh/MRMeshSaveObj.h:23
AffineXf3f toWorld
Definition MRMesh/MRMeshSaveObj.h:24