Various adding : camera, ground texture...

This commit is contained in:
2024-08-31 18:54:57 +02:00
parent 7949eb6489
commit b3e06bdb2d
14 changed files with 130 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ shader_type canvas_item;
uniform sampler2D gradient : source_color, filter_nearest;
uniform int dimension;
const float alpha = 0.3;
const float alpha = 0.5;
const float strength = 0.5;
const float pi = atan(1.0) * 4.0;
const int samples = 35;