14#include <lagrange/fs/filesystem.h>
15#include <lagrange/scene/Scene.h>
16#include <lagrange/io/types.h>
30template <
typename SceneType>
31SceneType
load_scene_fbx(
const fs::path& filename,
const LoadOptions& options = {});
41template <
typename SceneType>
42SceneType
load_scene_fbx(std::istream& input_stream,
const LoadOptions& options = {});
Mesh input/output.
Definition: detect_file_format.h:18
SceneType load_scene_fbx(const fs::path &filename, const LoadOptions &options={})
Load an fbx scene.
Definition: load_fbx.cpp:605