Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| MRIOEXTRAS_API Expected< std::shared_ptr< Object > > | MR::deserializeObjectTreeFromGltf (const std::filesystem::path &file, ProgressCallback callback={}) |
| loads scene from glTF file in a new container object | |
| MRIOEXTRAS_API Expected< void > | MR::serializeObjectTreeToGltf (const Object &root, const std::filesystem::path &file, const ObjectSave::Settings &settings) |
| saves scene to a glTF file | |