#include <AMeshLoader.h>
|
| static void | ExportToAnvMesh (const std::string &inputPath, const std::string &outputPath) |
| | Exports a 3D mesh to AnvMesh format.
|
| static AMesh * | LoadAnvMesh (const std::string &path) |
◆ ExportToAnvMesh()
| void AMeshLoader::ExportToAnvMesh |
( |
const std::string & | input, |
|
|
const std::string & | output ) |
|
static |
Exports a 3D mesh to AnvMesh format.
- Parameters
-
| input | Path to the input mesh file |
| output | Path to the output AnvMesh file |
◆ LoadAnvMesh()
| AMesh * AMeshLoader::LoadAnvMesh |
( |
const std::string & | path | ) |
|
|
static |
Loads a mesh from a file in the Anvil Engine mesh format.
- Parameters
-
| path | The path to the mesh file. |
- Returns
- A pointer to the loaded AMesh object, or nullptr if loading failed.
The documentation for this class was generated from the following files: