fixed some small issues regarding museum project

This commit is contained in:
toni
2018-02-12 13:47:23 +01:00
parent 4985d3bcdd
commit 0fef66ac62
7 changed files with 16 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ namespace NM {
/** algorithm choice */
SamplePartitionType partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED;
float regionMinSize = 8; // (isolated) regions smaller than this will not be rendered?!
float regionMinSize = 80; // (isolated) regions smaller than this will not be rendered?!
const float regionMergeSize = 20; //??