| Package | Description |
|---|---|
| com.alkacon.simapi.filter | |
| com.alkacon.simapi.filter.math |
| Modifier and Type | Class and Description |
|---|---|
class |
CellularFilter |
class |
CrystalizeFilter |
| Modifier and Type | Method and Description |
|---|---|
Function2D |
FBMFilter.getBasis() |
Function2D |
LightFilter.getBumpFunction() |
Function2D |
TextureFilter.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
FBMFilter.setBasis(Function2D basis) |
void |
LightFilter.setBumpFunction(Function2D bumpFunction) |
void |
TextureFilter.setFunction(Function2D function) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellularFunction2D |
class |
CompoundFunction2D |
class |
FBM |
class |
FractalSumFunction |
class |
ImageFunction2D |
class |
MarbleFunction |
class |
Noise
Perlin Noise functions
|
class |
RidgedFBM |
class |
SCNoise
Sparse Convolution Noise.
|
class |
TurbulenceFunction |
class |
VLNoise |
| Modifier and Type | Field and Description |
|---|---|
protected Function2D |
CompoundFunction2D.basis |
protected Function2D |
FBM.basis |
| Modifier and Type | Method and Description |
|---|---|
Function2D |
CompoundFunction2D.getBasis() |
Function2D |
FBM.getBasisType() |
| Modifier and Type | Method and Description |
|---|---|
static float[] |
Noise.findRange(Function2D f,
float[] minmax)
Returns the minimum and maximum of a number of random values
of the given function.
|
void |
CompoundFunction2D.setBasis(Function2D basis) |
void |
FBM.setBasis(Function2D basis) |
| Constructor and Description |
|---|
CompoundFunction2D(Function2D basis) |
FBM(float H,
float lacunarity,
float octaves,
Function2D basis) |
FractalSumFunction(Function2D basis) |
MarbleFunction(Function2D basis) |
TurbulenceFunction(Function2D basis,
float octaves) |