johang88 / TR.Stride

Various stride utilities / projects (stride3d.net)
MIT License
51 stars 8 forks source link

Add noise generated terrain #14

Open Doprez opened 4 months ago

Doprez commented 4 months ago

This is a very simple example of using FNL to generate terrain and could easily be expanded on if you want to add multiplied/additive noise on top of this example. image

Since I used the majority of this code for the actual mesh gen I figured it may fit into this repo as an added option.

johang88 commented 4 months ago

Nice, I started doing something similar some time ago but this looks much nicer :D