14#ifdef LAGRANGE_WITH_ASSIMP
16 #include <lagrange/MeshTrait.h>
17 #include <lagrange/SurfaceMesh.h>
18 #include <lagrange/fs/filesystem.h>
19 #include <lagrange/io/types.h>
21 #ifdef LAGRANGE_ENABLE_LEGACY_FUNCTIONS
22 #include <lagrange/io/legacy/load_mesh_assimp.h>
39 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
40MeshType load_mesh_assimp(
const fs::path& filename,
const LoadOptions& options = {});
52 std::enable_if_t<!lagrange::MeshTraitHelper::is_mesh<MeshType>::value>* =
nullptr>
53MeshType load_mesh_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