Tag: 3d
-
Making 3D Endless Runner Game Part 2
Our target is to make procedural world, spawning of coins, obstacles and environment. Part…
-
Making 3D Endless Runner Game Part 1
Prerequisite: You have some understanding of Godot Engine (or any engine in general), and…
-
Make a 3D Racing Game from Scratch in Godot
Download full source code from GitHub. This article is a breakdown for understanding, and…
-
Making Boat Physics in Godot
My objective was to make a ship that is floating on water; walkable on…
-
Thunder Lightning Strike Shader for Godot
Originally based on this shader for 2D lightning. I added some more controls such…
-
2D dissolve shader with edge burn (burning paper shader)
2D edge burn shader for Godot 4. adding more electrical effect: Breakdown
-
Sci-fi Engine Thrust Shader
Sci fi engine thruster VFX shader for Godot 4. Jet engine exhaust flame/propulsion. Breakdown…
-
Fast Travel Shader (Speed Lines)
3D Fast travel shader (speed lines shader) for Godot 4. Sci-fi effects. Breakdown Start…
-
Simulating Hydraulic Erosion of Terrain
Hydraulic erosion is a nature-based algorithm that simulates erosion caused by water on terrain.…
-
Marching Cubes Algorithm
A simple heightmap-based terrain works well for simple geometries in procedural generation, but when…