added simple fft
This commit is contained in:
@@ -36,7 +36,7 @@ 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 = 2;//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;
|
||||
|
||||
Reference in New Issue
Block a user