Property | Type | Description | |
---|---|---|---|
_sourceModule | IModule | ||
_xScale | float | ||
_yScale | float | ||
_zScale | float |
Method | Description | |
---|---|---|
GetValue ( float x, float y, float z ) : float |
Generates an output value given the coordinates of the specified input value.
|
|
ScalePoint ( ) |
Create a new noise module with default values
|
|
ScalePoint ( IModule source ) | ||
ScalePoint ( IModule source, float x, float y, float z ) |
Create a new noise module with given values
|
public GetValue ( float x, float y, float z ) : float | ||
x | float | The input coordinate on the x-axis. |
y | float | The input coordinate on the y-axis. |
z | float | The input coordinate on the z-axis. |
return | float |
public ScalePoint ( IModule source, float x, float y, float z ) | ||
source | IModule | the source module |
x | float | the scaling factor applied to the x coordinate |
y | float | the scaling factor applied to the y coordinate |
z | float | the scaling factor applied to the z coordinate |