added const member change

This commit is contained in:
k-a-z-u
2018-01-17 10:33:52 +01:00
parent 55061ef0da
commit e589a40da6
5 changed files with 15 additions and 1 deletions

View File

@@ -36,7 +36,9 @@ namespace NM {
/** algorithm choice */
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 int vertsPerPoly = 3;//6.0f;
const float detailSampleDist = 6.0f;

View File

@@ -0,0 +1,4 @@
#ifndef NAVMESHDIJKSTRA_H
#define NAVMESHDIJKSTRA_H
#endif // NAVMESHDIJKSTRA_H

View File

@@ -0,0 +1,4 @@
#ifndef NAVMESHWALKSEMIDIRECTED_H
#define NAVMESHWALKSEMIDIRECTED_H
#endif // NAVMESHWALKSEMIDIRECTED_H