noise frequencies
This commit is contained in:
parent
fe79f4fe89
commit
e379d1593a
1 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,9 @@ public class PlanetHelper
|
|||
_continentalNoise = new FastNoiseLite();
|
||||
_mountainNoise = new FastNoiseLite();
|
||||
_hfNoise = new FastNoiseLite();
|
||||
_continentalNoise.Frequency = 0.01f;
|
||||
_mountainNoise.Frequency = 0.016f;
|
||||
_hfNoise.Frequency = 0.026f;
|
||||
|
||||
Mdt = new MeshDataTool();
|
||||
Mdt.CreateFromSurface(_arrayMesh, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue