Package org.joml.sampling
package org.joml.sampling
Contains classes for generating sampling patterns.
-
ClassDescriptionCreates samples using the "Best Candidate" algorithm.Generates Best Candidate samples inside a unit cube.Generates Best Candidate samples on a unit disk.Generates Best Candidate samples on a unit quad.Generates Best Candidate samples on a unit sphere.Callback used for notifying about a new generated 2D sample.Callback used for notifying about a new generated 3D sample.Generates various convolution kernels.Generates Poisson samples.Generates Poisson samples on a disk.Creates samples on a spiral around a center point.Creates samples on a unit quad using an NxN strata grid.Generates uniform samples.Generates uniform samples on a unit disk.Generates uniform samples on a unit sphere.