Interface PerlinNoise.IQuality
Namespace: Tuanjie.Infinity.SimulationSystem
Assembly: solution.dll
Syntax
public interface PerlinNoise.IQuality
Methods
AddScrollOffset(ref float3, float)
Declaration
void AddScrollOffset(ref float3 point, float scrollOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | point | |
| float | scrollOffset |
PerlinNoise(float3, float)
Declaration
float2 PerlinNoise(float3 point, float frequency)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | point | |
| float | frequency |
Returns
| Type | Description |
|---|---|
| float2 |
lastDimension(ref float3)
Declaration
ref float lastDimension(ref float3 p)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | p |
Returns
| Type | Description |
|---|---|
| float |