mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Split navigator settings into subtypes
Mostly to distinguish settings that affect properties of the generated navmesh.
This commit is contained in:
parent
33bb18850d
commit
01c712d5f1
38 changed files with 327 additions and 304 deletions
|
@ -42,7 +42,7 @@ namespace
|
|||
namespace SceneUtil
|
||||
{
|
||||
osg::ref_ptr<osg::Group> createRecastMeshGroup(const DetourNavigator::RecastMesh& recastMesh,
|
||||
const DetourNavigator::Settings& settings)
|
||||
const DetourNavigator::RecastSettings& settings)
|
||||
{
|
||||
using namespace DetourNavigator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue