14#include <lagrange/fs/filesystem.h>
15#include <lagrange/io/types.h>
16#include <lagrange/scene/Scene.h>
41template <
typename Scalar,
typename Index>
43 std::ostream& output_stream,
44 const scene::Scene<Scalar, Index>& scene,
67template <
typename Scalar,
typename Index>
69 const fs::path& filename,
70 const scene::Scene<Scalar, Index>& scene,
Mesh input/output.
Definition detect_file_format.h:18
void save_scene_obj(std::ostream &output_stream, const scene::Scene< Scalar, Index > &scene, const SaveOptions &options={})
Save a scene to an obj file.
Definition save_obj.cpp:719
Options used when saving a mesh or a scene.
Definition types.h:32