1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/navmeshtool
elsid 05b54cbfb8
Cull navmesh objects by scene bounds
If object is too big iteration over all tiles covering it can take too much
time. Limit bounds to a square around a player position to cover only tiles
that will be present in navmesh based on max tiles number option.

Each object is associated with a set of tiles its present in. Culling can
reduce this set but it has to be update when bounds change position. Do this
in TileCachedRecastMeshManager::setBounds updating the set and adding/removing
objects to the corresponding CachedRecastMeshManagers.
2022-02-03 22:09:37 +01:00
..
CMakeLists.txt
main.cpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
navmesh.cpp Remove unused z coordinate 2022-02-03 21:43:53 +01:00
navmesh.hpp
worldspacedata.cpp Cull navmesh objects by scene bounds 2022-02-03 22:09:37 +01:00
worldspacedata.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00