Home
last modified time | relevance | path

Searched refs:DRAWMODE_MESH (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Include/
H A DSample_SoloMesh.h47 DRAWMODE_MESH, enumerator
H A DSample_TempObstacles.h53 DRAWMODE_MESH, enumerator
H A DSample_TileMesh.h50 DRAWMODE_MESH, enumerator
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DSample_SoloMesh.cpp167 valid[DRAWMODE_MESH] = true; in handleDebugMode()
189 if (imguiCheck("Input Mesh", m_drawMode == DRAWMODE_MESH, valid[DRAWMODE_MESH])) in handleDebugMode()
190 m_drawMode = DRAWMODE_MESH; in handleDebugMode()
H A DSample_TileMesh.cpp355 valid[DRAWMODE_MESH] = true; in handleDebugMode()
377 if (imguiCheck("Input Mesh", m_drawMode == DRAWMODE_MESH, valid[DRAWMODE_MESH])) in handleDebugMode()
378 m_drawMode = DRAWMODE_MESH; in handleDebugMode()
H A DSample_TempObstacles.cpp995 valid[DRAWMODE_MESH] = true; in handleDebugMode()
1007 if (imguiCheck("Input Mesh", m_drawMode == DRAWMODE_MESH, valid[DRAWMODE_MESH])) in handleDebugMode()
1008 m_drawMode = DRAWMODE_MESH; in handleDebugMode()