14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/fs/filesystem.h>
16#include <lagrange/io/types.h>
33template <
typename MeshType>
47template <
typename MeshType>
Mesh input/output.
Definition: detect_file_format.h:18
MeshType load_mesh_gltf(std::istream &input_stream, const LoadOptions &options={})
Loads a mesh from an input stream in glTF or GLB format.
Definition: load_gltf.cpp:915