added const member change
This commit is contained in:
4
math/distribution/Const.h
Normal file
4
math/distribution/Const.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef CONST_H
|
||||||
|
#define CONST_H
|
||||||
|
|
||||||
|
#endif // CONST_H
|
||||||
@@ -36,7 +36,9 @@ namespace NM {
|
|||||||
/** algorithm choice */
|
/** algorithm choice */
|
||||||
SamplePartitionType partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED;
|
SamplePartitionType partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED;
|
||||||
|
|
||||||
const float regionMinSize = 2;//8; // (isolated) regions smaller than this will not be rendered?!
|
float regionMinSize = 8; // (isolated) regions smaller than this will not be rendered?!
|
||||||
|
|
||||||
|
|
||||||
const float regionMergeSize = 20; //??
|
const float regionMergeSize = 20; //??
|
||||||
const int vertsPerPoly = 3;//6.0f;
|
const int vertsPerPoly = 3;//6.0f;
|
||||||
const float detailSampleDist = 6.0f;
|
const float detailSampleDist = 6.0f;
|
||||||
|
|||||||
4
navMesh/meta/NavMeshDijkstra.h
Normal file
4
navMesh/meta/NavMeshDijkstra.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef NAVMESHDIJKSTRA_H
|
||||||
|
#define NAVMESHDIJKSTRA_H
|
||||||
|
|
||||||
|
#endif // NAVMESHDIJKSTRA_H
|
||||||
4
navMesh/walk/NavMeshWalkSemiDirected.h
Normal file
4
navMesh/walk/NavMeshWalkSemiDirected.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef NAVMESHWALKSEMIDIRECTED_H
|
||||||
|
#define NAVMESHWALKSEMIDIRECTED_H
|
||||||
|
|
||||||
|
#endif // NAVMESHWALKSEMIDIRECTED_H
|
||||||
0
tests/navMesh/TestNavMeshDijkstra.cpp
Normal file
0
tests/navMesh/TestNavMeshDijkstra.cpp
Normal file
Reference in New Issue
Block a user