Godot 4 - Cut off geometry shader using a SDF sphere
Автор - Pixezy
ссылка -
От автора:
This is the SDF version of the cut, it is even simpler than the plane because the rotation matrix is not needed. However, I used 3D simplex noise because it doesn’t make sense to use 2D noise in this case, since the sphere cuts in all dimensions, not like the plane which cuts in only one direction. And I use simplex noise because the algorithm is in real time (it is not a texture) and it is faster and more optimized than classic Perlin noise. Anyway, Perlin noise is my favorite when I use it on a texture.
INCLUDE FILE:
SOURCE OF SIMPLEX 3D NOISE ALGORITHM:
3 views
347
82
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 // Урок для продолжающих