Home
last modified time | relevance | path

Searched refs:MAX_POLYS (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Include/
H A DNavMeshTesterTool.h53 static const int MAX_POLYS = 256; variable
58 dtPolyRef m_polys[MAX_POLYS];
59 dtPolyRef m_parent[MAX_POLYS];
61 float m_straightPath[MAX_POLYS*3];
62 unsigned char m_straightPathFlags[MAX_POLYS];
63 dtPolyRef m_straightPathPolys[MAX_POLYS];
87 dtPolyRef m_pathIterPolys[MAX_POLYS];
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DTestCase.cpp204 static const int MAX_POLYS = 256; in doTests() local
205 dtPolyRef polys[MAX_POLYS]; in doTests()
206 float straight[MAX_POLYS*3]; in doTests()
240 …uery->findPath(startRef, endRef, iter->spos, iter->epos, &filter, polys, &iter->npolys, MAX_POLYS); in doTests()
251 straight, 0, 0, &iter->nstraight, MAX_POLYS); in doTests()
282 …raycast(startRef, iter->spos, iter->epos, &filter, &t, hitNormal, polys, &iter->npolys, MAX_POLYS); in doTests()
H A DNavMeshTesterTool.cpp501 …navQuery->findPath(m_startRef, m_endRef, m_spos, m_epos, &m_filter, m_polys, &m_npolys, MAX_POLYS); in handleToggle()
647 m_navQuery->finalizeSlicedFindPath(m_polys, &m_npolys, MAX_POLYS); in handleUpdate()
659 m_straightPathPolys, &m_nstraightPath, MAX_POLYS, DT_STRAIGHTPATH_ALL_CROSSINGS); in handleUpdate()
708 …navQuery->findPath(m_startRef, m_endRef, m_spos, m_epos, &m_filter, m_polys, &m_npolys, MAX_POLYS); in recalc()
715 dtPolyRef polys[MAX_POLYS]; in recalc()
766 npolys = fixupCorridor(polys, npolys, MAX_POLYS, visited, nvisited); in recalc()
852 …navQuery->findPath(m_startRef, m_endRef, m_spos, m_epos, &m_filter, m_polys, &m_npolys, MAX_POLYS); in recalc()
864 m_straightPathPolys, &m_nstraightPath, MAX_POLYS, m_straightPathOptions); in recalc()
959 m_polys, m_parent, 0, &m_npolys, MAX_POLYS); in recalc()
996 m_polys, m_parent, 0, &m_npolys, MAX_POLYS); in recalc()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DNavigationMesh.cpp84 static const int MAX_POLYS = 2048; variable
91 dtPolyRef polys_[MAX_POLYS];
93 dtPolyRef pathPolys_[MAX_POLYS];
95 Vector3 pathPoints_[MAX_POLYS];
97 unsigned char pathFlags_[MAX_POLYS];
693 MAX_POLYS); in FindPath()
704 …Data_->pathPoints_[0].x_, pathData_->pathFlags_, pathData_->pathPolys_, &numPathPoints, MAX_POLYS); in FindPath()
843 MAX_POLYS); in Raycast()
1560 if (dtStatusFailed(navMeshQuery_->init(navMesh_, MAX_POLYS))) in InitializeQuery()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_init.c1009 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1087 if (max_polys < MAX_POLYS) in R_Init()
1088 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1658 #define MAX_POLYS 600 macro
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_init.c1009 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1087 if (max_polys < MAX_POLYS) in R_Init()
1088 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1658 #define MAX_POLYS 600 macro
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_local.h1787 #define MAX_POLYS 2048 macro
1788 #define MAX_POLYVERTS ( MAX_POLYS * 4 )
1796 srfPoly_t polys[MAX_POLYS];
H A Dtr_scene.cpp137 if ( r_numpolyverts + numVerts >= MAX_POLYVERTS || r_numpolys >= MAX_POLYS ) { in RE_AddPolyToScene()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_init.c1110 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1185 if (max_polys < MAX_POLYS) in R_Init()
1186 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1609 #define MAX_POLYS 600 macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_init.c1056 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1136 if (max_polys < MAX_POLYS) in R_Init()
1137 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1659 #define MAX_POLYS 600 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_init.c1044 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1246 if (max_polys < MAX_POLYS) in R_Init()
1247 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h2066 #define MAX_POLYS 600 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_init.c1044 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1246 if (max_polys < MAX_POLYS) in R_Init()
1247 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h2066 #define MAX_POLYS 600 macro
/dports/games/evq3/evq3/code/renderer/
H A Dtr_init.c1106 r_maxpolys = ri.Cvar_Get("r_maxpolys", va("%d", MAX_POLYS), 0); in R_Register()
1196 if(max_polys < MAX_POLYS) in R_Init()
1197 max_polys = MAX_POLYS; in R_Init()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_init.c1389 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va( "%d", MAX_POLYS ), 0 ); in R_Register()
1475 if ( max_polys < MAX_POLYS ) { in R_Init()
1476 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1875 #define MAX_POLYS 4096 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_init.c1365 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va( "%d", MAX_POLYS ), 0 ); in R_Register()
1454 if ( max_polys < MAX_POLYS ) { in R_Init()
1455 max_polys = MAX_POLYS; in R_Init()
H A Dtr_local.h1845 #define MAX_POLYS 4096 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_init.c1530 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va( "%d", MAX_POLYS ), 0 ); in R_Register()
1635 if ( max_polys < MAX_POLYS ) { in R_Init()
1636 max_polys = MAX_POLYS; in R_Init()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_init.c1555 r_maxpolys = ri.Cvar_Get( "r_maxpolys", va( "%d", MAX_POLYS ), 0 ); in R_Register()
1657 if ( max_polys < MAX_POLYS ) { in R_Init()
1658 max_polys = MAX_POLYS; in R_Init()

12