[][src]Module tray_rust::sampler::adaptive

Provides an adaptive sampler which will start sampling at one rate and then take more samples if it determines more are necessary for the pixel. The samples generated are the same as those from the Low Discrepancy sampler but the number of samples taken per pixel will vary.

Structs

Adaptive

Adaptive sampler that makes use of the (0, 2) sequence to generate well distributed samples and takes min_spp to max_spp samples per pixel