Godot 4 - How To Create an Infinite Procedurally Generated 3D Game World
Автор - Karl Johannisson (maywake)
ссылка -
От автора:
In this tutorial you’ll learn how to create an infinitely expanding procedurally generated 3d world in Godot 4. The principles are applicable in any engine. The player will be able to move around in this world and it’ll expand forever.
We are using something called Simplex noise as the basis for the procedurally generated 3d world. From this random noise we can then map into different types of representations in our game world. In this case we set the colors and vertical positions of floor cubes based on the noise value. But this can be expanded further and only the viewer’s imagination sets the limit for what is possible.
You can find the code from this project on Github:
8 views
372
144
7 months ago 00:00:44 1
Как улучшить камеру в играх / Плавное движение камеры
7 months ago 00:45:40 1
Godot 4 - Online Multiplayer FPS From Scratch
7 months ago 00:18:24 1
Вот как СЖИГАЮТ ЖИР на животе ЗА 2 мин! Я тоже так делаю и вот что произошло через 7 дней
7 months ago 00:25:49 1
Build a Platformer with Godot #5 - Enemy & Player Damage
7 months ago 00:21:44 1
Build a Platformer with Godot #4 - Player Gun
7 months ago 00:24:55 1
Build a Platformer with Godot #3 - Adding Bullets
7 months ago 00:06:11 1
3D Movement in Godot in Only 6 Minutes
7 months ago 00:21:25 1
Как работать с сигналами в Godot 4 / await, connect
7 months ago 00:48:56 1
Княгиня Ольга сделала то, чего не сумел сделать князь Игорь: укрепила разваливающееся государство
7 months ago 00:20:11 1
Build a Platformer with Godot #2 - Player Movement
7 months ago 00:34:02 1
Ультражесткое введение в Godot Engine // Урок для продолжающих