Loading [MathJax]/extensions/MathMenu.js
MeshLib C++ Docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
MRGltf.h File Reference
#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={})