Доработка. Значки назначения помех и выполнения помех у цели.

This commit is contained in:
MaD_CaT
2023-11-30 15:34:19 +03:00
parent 5dcaef9ea6
commit e17528622d
5 changed files with 134 additions and 8 deletions

View File

@@ -10,9 +10,9 @@ const float radius = 0.075 - ds * 2.0; /* Радиус долж
uniform float speed: hint_range(0.0, 1024.0) = 0.0; /* Время вспышки при обновлении, c */
uniform int ant_band_count_0 = 3;
const float ant_band_r0_0 = 0.3;
uniform float ant_band_r0_0 = 0.3;
const float ant_band_r1_0 = 0.4;
uniform float ant_band_r1_0 = 0.4;
float smooth_px(float r, float R, float dss)
{