Skip to content

Commit

Permalink
Merge pull request #11 from kopernicuswiki/master
Browse files Browse the repository at this point in the history
VHN replication and table adjustments
  • Loading branch information
DeltaDizzy authored Jan 21, 2020
2 parents 9f476ff + b4367a7 commit 49807fa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions PQSMods/VertexHeightNoise.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,49 @@ It is recommended that you instead use one of the VertexHeightNoiseVertHeightCur
* [VertexHeightNoiseVertHeightCurve2]({{ site.baseurl }}{% link PQSMods/VertexHeightNoiseVertHeightCurve2.md %})
* VertexHeightNoiseVertHeightCurve3

If you want to replicate the effect of VHN with one of the above mods, it is relatively simple to do so.

```
PQS
{
Mods
{
VertexHeightNoiseVertHeightCurve2
{
// All blank fields can be whatever you want, see the VHNVHC2 page for more information on them.
deformity =
ridgedMode =
ridgedAddSeed =
ridgedAddFrequency =
ridgedAddLacunarity =
ridgedAddOctaves =
ridgedSubSeed =
ridgedSubFrequency = 0
ridgedSubLacunarity =
ridgedSubOctaves =
simplexCurve
{
key = 0 1
key = 1 0
}
simplexHeightStart =
simplexHeightEnd =
simplexSeed =
simplexOctaves =
simplexPersistence =
simplexFrequency = 0
enabled = true
order =
}
}
}
```

|Property|Format|Description|
|--------|------|-----------|
|deformity|Single|The deformity of the simplex terrain noise.|
Expand Down

0 comments on commit 49807fa

Please sign in to comment.