mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-24 07:40:56 +00:00
OptiPass 2
Smart Sampling and stuff
This commit is contained in:
+827
-151
File diff suppressed because it is too large
Load Diff
@@ -68,6 +68,19 @@ public class IrisCaveProfile {
|
||||
@Desc("Vertical sample step used while evaluating cave density.")
|
||||
private int sampleStep = 1;
|
||||
|
||||
@Desc("Use adaptive cave density prediction so only threshold-adjacent cells fall back to full-resolution evaluation.")
|
||||
private boolean adaptiveSampling = true;
|
||||
|
||||
@MinNumber(2)
|
||||
@MaxNumber(4)
|
||||
@Desc("Horizontal adaptive predictor grid step used while classifying cave density planes.")
|
||||
private int adaptiveSampleStep = 2;
|
||||
|
||||
@MinNumber(0)
|
||||
@MaxNumber(1)
|
||||
@Desc("Additional adaptive ambiguity margin used before the cave predictor falls back to exact sampling.")
|
||||
private double adaptiveThresholdMargin = 0.04;
|
||||
|
||||
@MinNumber(0)
|
||||
@MaxNumber(4096)
|
||||
@Desc("Minimum carved cells expected from this profile before recovery boost applies.")
|
||||
|
||||
Reference in New Issue
Block a user