#include <IntermediateValues.h>
|
| static void | debugWrite (FILE *file, rcHeightfield const *mesh) |
| |
| static void | debugWrite (FILE *file, rcCompactHeightfield const *chf) |
| |
| static void | debugWrite (FILE *file, rcContourSet const *cs) |
| |
| static void | debugWrite (FILE *file, rcPolyMesh const *mesh) |
| |
| static void | debugWrite (FILE *file, rcPolyMeshDetail const *mesh) |
| |
Definition at line 28 of file IntermediateValues.h.
◆ IntermediateValues() [1/3]
| MMAP::IntermediateValues::IntermediateValues |
( |
| ) |
|
|
inline |
◆ IntermediateValues() [2/3]
◆ IntermediateValues() [3/3]
◆ ~IntermediateValues()
| MMAP::IntermediateValues::~IntermediateValues |
( |
| ) |
|
◆ debugWrite() [1/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcCompactHeightfield const * |
chf |
|
) |
| |
|
static |
◆ debugWrite() [2/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcContourSet const * |
cs |
|
) |
| |
|
static |
◆ debugWrite() [3/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcHeightfield const * |
mesh |
|
) |
| |
|
static |
◆ debugWrite() [4/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcPolyMesh const * |
mesh |
|
) |
| |
|
static |
◆ debugWrite() [5/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcPolyMeshDetail const * |
mesh |
|
) |
| |
|
static |
◆ generateObjFile()
| void MMAP::IntermediateValues::generateObjFile |
( |
boost::filesystem::path const & |
outputDirectory, |
|
|
std::string_view |
fileNameSuffix, |
|
|
uint32 |
mapID, |
|
|
uint32 |
tileX, |
|
|
uint32 |
tileY, |
|
|
MeshData const & |
meshData |
|
) |
| |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ writeIV()
| void MMAP::IntermediateValues::writeIV |
( |
boost::filesystem::path const & |
outputDirectory, |
|
|
std::string_view |
fileNameSuffix, |
|
|
uint32 |
mapID, |
|
|
uint32 |
tileX, |
|
|
uint32 |
tileY |
|
) |
| |
◆ compactHeightfield
| rcCompactHeightfield* MMAP::IntermediateValues::compactHeightfield |
◆ contours
| rcContourSet* MMAP::IntermediateValues::contours |
◆ heightfield
| rcHeightfield* MMAP::IntermediateValues::heightfield |
◆ polyMesh
| rcPolyMesh* MMAP::IntermediateValues::polyMesh |
◆ polyMeshDetail
| rcPolyMeshDetail* MMAP::IntermediateValues::polyMeshDetail |
The documentation for this struct was generated from the following files: