Atoms Crowd
7.0.0
|
BaseMeshExporter class. More...
#include <BaseMeshExporter.h>
Public Member Functions | |
virtual std::string | typeStr () const =0 |
Type string. More... | |
BaseMeshExporter () | |
Constructor. | |
virtual | ~BaseMeshExporter ()=0 |
Virtual Destructor. | |
virtual bool | save (const AtomsCore::MapMetadata *mesh, const std::string &filePath, AtomsCore::MapMetadata *parameters)=0 |
load More... | |
BaseMeshExporter class.
A MeshExporter export a skeleton to a file. This is the base class for all derived Exporters.
|
pure virtual |
load
Build an animation clip instance from a file
Implemented in ATOMSUSD_NS::UsdMeshExporter, and Atoms::DefaultMeshExporter.
|
pure virtual |
Type string.
File extension name
Implemented in ATOMSUSD_NS::UsdMeshExporter, and Atoms::DefaultMeshExporter.