#include <IntermediateValues.h>
|
| | IntermediateValues () |
| |
| | ~IntermediateValues () |
| |
| void | writeIV (uint32 mapID, uint32 tileX, uint32 tileY) |
| |
| void | debugWrite (FILE *file, rcHeightfield const *mesh) |
| |
| void | debugWrite (FILE *file, rcCompactHeightfield const *chf) |
| |
| void | debugWrite (FILE *file, rcContourSet const *cs) |
| |
| void | debugWrite (FILE *file, rcPolyMesh const *mesh) |
| |
| void | debugWrite (FILE *file, rcPolyMeshDetail const *mesh) |
| |
| void | generateObjFile (uint32 mapID, uint32 tileX, uint32 tileY, MeshData &meshData) |
| |
Definition at line 28 of file IntermediateValues.h.
◆ IntermediateValues()
| MMAP::IntermediateValues::IntermediateValues |
( |
| ) |
|
|
inline |
◆ ~IntermediateValues()
| MMAP::IntermediateValues::~IntermediateValues |
( |
| ) |
|
◆ debugWrite() [1/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcCompactHeightfield const * |
chf |
|
) |
| |
◆ debugWrite() [2/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcContourSet const * |
cs |
|
) |
| |
◆ debugWrite() [3/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcHeightfield const * |
mesh |
|
) |
| |
◆ debugWrite() [4/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcPolyMesh const * |
mesh |
|
) |
| |
◆ debugWrite() [5/5]
| void MMAP::IntermediateValues::debugWrite |
( |
FILE * |
file, |
|
|
rcPolyMeshDetail const * |
mesh |
|
) |
| |
◆ generateObjFile()
◆ writeIV()
◆ 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: