Shaders
Godot uses a simplified shader language (almost a subset of GLSL). Shaders can be used for Materials, Post-Processing and 2D.
Latest engine news:
- J
The fusion effect of multiple normal maps is inconsistent with Blender
- jl1872002 replied
- My question was sent to the wrong place before, the link is as follows, https://github.com/godotengine/godot/issues/95422 If there is only one normal texture and one normal intensity, it is effective ...
Vertex shader to distort a flat world into a round planet or ring
- MirceaKitsune replied
- For a long time I wanted to make entire planets the player can navigate, with other seamless environments like a ring world similar to the first Halo. Merely getting sphere shaped terrain is easy, but...