#include <Sample_SoloMesh.h>
|
| enum class | DrawMode : uint8_t {
MESH
, NAVMESH
, NAVMESH_INVIS
, NAVMESH_TRANS
,
NAVMESH_BVTREE
, NAVMESH_NODES
, VOXELS
, VOXELS_WALKABLE
,
COMPACT
, COMPACT_DISTANCE
, COMPACT_REGIONS
, REGION_CONNECTIONS
,
RAW_CONTOURS
, BOTH_CONTOURS
, CONTOURS
, POLYMESH
,
POLYMESH_DETAIL
} |
| |
◆ DrawMode
| Enumerator |
|---|
| MESH | |
| NAVMESH | |
| NAVMESH_INVIS | |
| NAVMESH_TRANS | |
| NAVMESH_BVTREE | |
| NAVMESH_NODES | |
| VOXELS | |
| VOXELS_WALKABLE | |
| COMPACT | |
| COMPACT_DISTANCE | |
| COMPACT_REGIONS | |
| REGION_CONNECTIONS | |
| RAW_CONTOURS | |
| BOTH_CONTOURS | |
| CONTOURS | |
| POLYMESH | |
| POLYMESH_DETAIL | |
◆ Sample_SoloMesh() [1/3]
| Sample_SoloMesh::Sample_SoloMesh |
( |
| ) |
|
◆ ~Sample_SoloMesh()
| Sample_SoloMesh::~Sample_SoloMesh |
( |
| ) |
|
|
override |
◆ Sample_SoloMesh() [2/3]
◆ Sample_SoloMesh() [3/3]
◆ build()
| bool Sample_SoloMesh::build |
( |
| ) |
|
|
overridevirtual |
◆ cleanup()
| void Sample_SoloMesh::cleanup |
( |
| ) |
|
|
protected |
◆ drawDebugUI()
| void Sample_SoloMesh::drawDebugUI |
( |
| ) |
|
|
overridevirtual |
◆ drawSettingsUI()
| void Sample_SoloMesh::drawSettingsUI |
( |
| ) |
|
|
overridevirtual |
◆ drawToolsUI()
| void Sample_SoloMesh::drawToolsUI |
( |
| ) |
|
|
overridevirtual |
◆ onMeshChanged()
| void Sample_SoloMesh::onMeshChanged |
( |
InputGeom * |
geom | ) |
|
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ render()
| void Sample_SoloMesh::render |
( |
| ) |
|
|
overridevirtual |
◆ renderOverlay()
| void Sample_SoloMesh::renderOverlay |
( |
| ) |
|
|
overridevirtual |
◆ compactHeightfield
◆ config
◆ contourSet
◆ currentDrawMode
◆ detailMesh
◆ drawModeNames
| const char * Sample_SoloMesh::drawModeNames |
|
staticprotected |
Initial value:{
"Input Mesh",
"Navmesh",
"Navmesh Invis",
"Navmesh Trans",
"Navmesh BVTree",
"Navmesh Nodes",
"Voxels",
"Walkable Voxels",
"Compact",
"Compact Distance",
"Compact Regions",
"Region Connections",
"Raw Contours",
"Both Contours",
"Contours",
"Poly Mesh",
"Poly Mesh Detail"}
◆ heightfield
◆ polyMesh
◆ totalBuildTimeMs
| float Sample_SoloMesh::totalBuildTimeMs = 0 |
|
protected |
◆ triAreas
| unsigned char* Sample_SoloMesh::triAreas = nullptr |
|
protected |
The documentation for this class was generated from the following files: