#include "config.h"
#include "exports.h"
#include <MRMesh/MRExpected.h>
#include <MRMesh/MRObject.h>
Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
MRIOEXTRAS_API Expected< std::shared_ptr< Object > > | MR::deserializeObjectTreeFromGltf (const std::filesystem::path &file, ProgressCallback callback={}) |
MRIOEXTRAS_API Expected< void > | MR::serializeObjectTreeToGltf (const Object &root, const std::filesystem::path &file, ProgressCallback callback={}) |