Home
last modified time | relevance | path

Searched refs:rcBuildHeightfieldLayers (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/include/
H A DRecast.h1058 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf,
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Include/
H A DRecast.h1131 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf,
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Include/
H A DRecast.h1131 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf,
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Include/
H A DRecast.h1131 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf,
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastLayers.cpp92 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf, in rcBuildHeightfieldLayers() function
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastLayers.cpp92 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf, in rcBuildHeightfieldLayers() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastLayers.cpp84 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf, in rcBuildHeightfieldLayers() function
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecastLayers.cpp92 bool rcBuildHeightfieldLayers(rcContext* ctx, rcCompactHeightfield& chf, in rcBuildHeightfieldLayers() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DDynamicNavigationMesh.cpp946 …if (!rcBuildHeightfieldLayers(build.ctx_, *build.compactHeightField_, cfg.borderSize, cfg.walkable… in BuildTile()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DSample_TempObstacles.cpp405 if (!rcBuildHeightfieldLayers(m_ctx, *rc.chf, tcfg.borderSize, tcfg.walkableHeight, *rc.lset)) in rasterizeTileLayers()