inayakitori / 4dmc

An attempt at creating a 4D minecraft world mod
GNU Affero General Public License v3.0
7 stars 1 forks source link

4D biome sampling (3D x 1D Noise) #24

Open inayakitori opened 1 year ago

inayakitori commented 1 year ago

So for this biome sampling, the 5D point of temperature, humidity, continentalness, erosion, and weirdness should be taken from the block's (x,y,z) position but then another sample should be taken depending on the W position and those two should be blended sogether in some way. This will lead to slices roughly keeping similar biomes but some slices will have more temperature or maybe more weirdness, allowing from each world slice to have it's own unique feel to it.

Frisk-256 commented 10 months ago

why not use 4d noise?

Enator18 commented 9 months ago

Yeah why can't you use 4D noise? That would be very cool and probably more consistent. Could also work for terrain as well.