Тёмный

Biome generation explained | Voronoi diagrams into biomes 

Rudi dev
Подписаться 113
Просмотров 8 тыс.
50% 1

Опубликовано:

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@arthuramorim8188
@arthuramorim8188 Год назад
Great video! Wouldn't Minkowski Distance be an interesting approach for handling the rough edges?
@perkele1989
@perkele1989 Год назад
Fantastic method and overview, thank you!
@vaguephoenix3512
@vaguephoenix3512 Год назад
Thank you for your great video , very helpful 💗
@leighwalker5293
@leighwalker5293 Год назад
Hi im trying to implement this idea for a space game in godot and would really love a hand. I just want to create a map with a maybe 20 regions roughly. Within a circle specifically.
@fndTenorio
@fndTenorio 8 месяцев назад
what do you mean 4x4 groups of closest quadrants?
@WelshGuitarDude
@WelshGuitarDude Год назад
How do you use this on unity terrain mesh to blend textures of biomes that's what I'm struggling with
@ladymarinadev2885
@ladymarinadev2885 2 года назад
Hi, very nice explanation, but I have one question. I'm doing a similar approach to your biomes system and I have been looking through your code, and at the moment to generate the mesh I see I have the same problem as you. We both generate a mesh, but this one is just very thing and the triangles don't spread through, there are on top of each other. Do you know why could be that? Is something about the noise map?
@rudidev5503
@rudidev5503 2 года назад
Hi, in the code mesh is not about biomes, but rather about the terrain, and biomes themselves are displayed on the plain instead. How to integrate biomes into general terrain is another not obvious question, you can see how it can be done in folder 'Minecraft' in root of the repository, the biomes affect generation of terrain
@ladymarinadev2885
@ladymarinadev2885 2 года назад
@@rudidev5503 I will look that up thanks
@ladymarinadev2885
@ladymarinadev2885 2 года назад
@@rudidev5503 The problem I can see is that if I put the Map height and width to more than 250, the mesh broke's and starts putting vertices one on top of another and doing weird stuff. Do you know why can be that¿
@rudidev5503
@rudidev5503 2 года назад
@LadyMarinaDev As I understand it you are also generating a heightmap, and mesh is based on it and biomes, I would recommend to debug biome generation heightmap generation separately. Ie generate mesh with a single biome and display biomes on a plane via color. If there is a bug in either try to fix it. I had folowing issue with merging biomes: since heightmap generation was dependent on a biome, there were drops on biome borders.
@rudidev5503
@rudidev5503 2 года назад
@@ladymarinadev2885 If that is the issue github.com/kristevalex/TerrainGeneration/blob/main/Minecraft/Assets/Scripts/Chunk.cs Check line 89, there biome weighs are calculated, and height is avarage from this biomes with according weights.
@mrscauthd
@mrscauthd 2 года назад
Can i have your dc name, i not understand it
Далее
Voronoi Diagrams and Procedural Map Generation
15:36
Просмотров 39 тыс.
Find The Real MrBeast, Win $10,000
00:37
Просмотров 37 млн
Procedurally Generated 3D Dungeons
9:42
Просмотров 289 тыс.
Simple Biome Generation (3D World Generation #11)
6:57
I rewrote my dungeon generator!
4:27
Просмотров 161 тыс.
Minecraft terrain generation in a nutshell
25:49
Просмотров 157 тыс.
A new way to generate worlds (stitched WFC)
10:51
Просмотров 532 тыс.
Practical Procedural Generation for Everyone
31:30
Просмотров 415 тыс.
Why Does Diffusion Work Better than Auto-Regression?
20:18