This commit is contained in:
sasha80
2023-08-15 12:57:03 +03:00
parent 4fa06d1e46
commit ca4112e9b8
2 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ uniform vec2 pc0; /* Центр сетки антенн */
uniform float rotation: hint_range(0.0, 360.0) = 0.0; /* */
uniform vec4 color0: source_color = vec4(0.38, 0.47, 0.51, 0.4);
uniform vec4 color1: source_color = vec4(0.39, 0.44, 0.50, 0.4);
uniform float radius_inner = 200.0; /* Радиус внутренний. Должно быть равно ant_band_r0_0 */
uniform float radius_outter = 550.0; /* Радиус внешний. Должно быть равно ant_band_r1_6 */
const float ant_band_count_0 = 2.0;
const float ant_band_count_1 = 2.0;
@@ -127,3 +129,5 @@ shader_parameter/pc0 = Vector2(560, 560)
shader_parameter/rotation = 0.0
shader_parameter/color0 = Color(0.380392, 0.470588, 0.509804, 0.537255)
shader_parameter/color1 = Color(0.3315, 0.45645, 0.51, 0.537255)
shader_parameter/radius_inner = 200.0
shader_parameter/radius_outter = 550.0