Home
last modified time | relevance | path

Searched defs:maxPolys (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Hybrid/
H A DvtkEarthSource.cxx67 int maxPolys; in RequestData() local
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/
H A DvtkEarthSource.cxx6832 int maxPolys; in RequestData() local
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/
H A DvtkEarthSource.cxx6832 int maxPolys; in RequestData() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_mirror.c167 const int maxPolys = mesh->totpoly; in BKE_mesh_mirror_apply_mirror_on_axis() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DDynamicNavigationMesh.cpp264 unsigned maxPolys = (unsigned)(1 << (22 - tileBits)); in Allocate() local
379 unsigned maxPolys = (unsigned)(1 << (22 - tileBits)); in Build() local
H A DNavigationMesh.cpp348 unsigned maxPolys = (unsigned)(1 << (22 - tileBits)); in Allocate() local
424 unsigned maxPolys = (unsigned)(1 << (22 - tileBits)); in Build() local
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_screw.c218 uint maxVerts = 0, maxEdges = 0, maxPolys = 0; in modifyMesh() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/include/
H A DDetourNavMesh.h297 int maxPolys; ///< The maximum number of polygons each tile can contain. member
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Include/
H A DDetourNavMesh.h333 …int maxPolys; ///< The maximum number of polygons each tile can contain. This and maxTiles are… member
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.cpp955 int32 DecomposeConvex(b2Polygon* p, b2Polygon* results, int32 maxPolys) { in DecomposeConvex()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.cpp955 int32 DecomposeConvex(b2Polygon* p, b2Polygon* results, int32 maxPolys) { in DecomposeConvex()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastMesh.cpp1243 int maxPolys = 0; in rcMergePolyMeshes() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastMesh.cpp1327 int maxPolys = 0; in rcMergePolyMeshes() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastMesh.cpp1327 int maxPolys = 0; in rcMergePolyMeshes() local
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecastMesh.cpp1327 int maxPolys = 0; in rcMergePolyMeshes() local
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Source/
H A DDetourNavMeshQuery.cpp853 dtCollectPolysQuery(dtPolyRef* polys, const int maxPolys) in dtCollectPolysQuery()