You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ As of right now, there is only one field: `Vertex Color`. This is the color the
30
30
* Create a `GrassBlock`, `SandBlock`, `StoneBlock`, and `DirtBlock`. Make sure to place these in the coresponding fields in the Generation inspector
31
31
32
32
## 📈 Setting up a Contenentalness to Height spline
33
-
***NOTE:** as of version 1.0.3, the `Splines` folder was removed, and you do not need to create a spline scriptable object\
33
+
***NOTE:** as of version 1.0.3, the `Splines` folder was removed, and you do not need to create a spline scriptable object
34
34
<br />
35
35
36
36
In your *GenerationManager* (or the object in which you placed the `Generation` script), you can manipulate the `Contentalness To Height` spline to represent how terrain height will respond to "contentalness" (the perlin noise values)
0 commit comments