File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,6 @@ nix-shell --run "cargo run --bin server"
60
60
nix-shell --run " cargo run --bin client"
61
61
```
62
62
63
- ## Implementation notes
64
-
65
- ### Terrain generation
66
-
67
- 1 . Step (terrain shaping)
68
- - 3D fractal perlin noise with low frequency, squash factor to determine terrain density at xyz.
69
- - 2D fractal perlin noise with higher frequency serving as a base layer. Use splines for ridged height map.
70
- - Subtract 3D fractal perlin noise to get cave generation.
71
- - Use strongly flattened 3D noise perlin or worley noise for different rock layers.
72
-
73
- - Place stone (base)
74
-
75
- 2 . Step (Decorating)
76
- - Place grass on blocks where there is air above
77
- - Use white noise to place some ores, grow them randomly?
78
-
63
+ ## Notes
79
64
65
+ Checkout the [ Wiki] ( https://github.com/CuddlyBunion341/rsmc/wiki ) for additional project information.
You can’t perform that action at this time.
0 commit comments