#include <MeshSerializer.h>
|
| static bool | save (const std::filesystem::path &filepath, const Mesh &mesh) |
| |
| static std::shared_ptr< Mesh > | load (const std::filesystem::path &filepath) |
| |
| static bool | save_json (const std::filesystem::path &filepath, const Mesh &mesh) |
| |
| static std::shared_ptr< Mesh > | load_json (const std::filesystem::path &filepath) |
| |
|
| static constexpr uint32_t | MAGIC = 0x4853454D |
| |
| static constexpr uint32_t | VERSION = 1 |
| |
Definition at line 13 of file MeshSerializer.h.
◆ load()
| std::shared_ptr< Mesh > hellfire::MeshSerializer::load |
( |
const std::filesystem::path & |
filepath | ) |
|
|
static |
◆ load_json()
| std::shared_ptr< Mesh > hellfire::MeshSerializer::load_json |
( |
const std::filesystem::path & |
filepath | ) |
|
|
static |
◆ save()
| bool hellfire::MeshSerializer::save |
( |
const std::filesystem::path & |
filepath, |
|
|
const Mesh & |
mesh |
|
) |
| |
|
static |
◆ save_json()
| bool hellfire::MeshSerializer::save_json |
( |
const std::filesystem::path & |
filepath, |
|
|
const Mesh & |
mesh |
|
) |
| |
|
static |
◆ MAGIC
| constexpr uint32_t hellfire::MeshSerializer::MAGIC = 0x4853454D |
|
staticconstexpr |
◆ VERSION
| constexpr uint32_t hellfire::MeshSerializer::VERSION = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following files: