14#ifdef LAGRANGE_WITH_ASSIMP
16 #include <lagrange/fs/filesystem.h>
17 #include <lagrange/io/types.h>
18 #include <lagrange/scene/SimpleScene.h>
32template <
typename SceneType>
33SceneType load_simple_scene_assimp(
const fs::path& filename,
const LoadOptions& options = {});
43template <
typename SceneType>
44SceneType load_simple_scene_assimp(std::istream& input_stream,
const LoadOptions& options = {});
Mesh input/output.
Definition detect_file_format.h:18
Options used when loading a mesh or a scene.
Definition types.h:80