settings changes

This commit is contained in:
Booklordofthedings 2024-08-16 23:05:23 +02:00
parent c7686e96ab
commit 4b0d443d14
4 changed files with 12 additions and 12 deletions

View file

@ -8,12 +8,12 @@ uniform sampler2D screen_texture : hint_screen_texture;
// ブラウン管のガラスの曲がり具合フラットなやつは0.0でいいかな)
uniform float crt_curve : hint_range( 0.0, 1.0 ) = 0.02;
// 走査線の濃さ
// 走査線の濃さ
uniform float crt_scan_line_color : hint_range( 0.0, 1.0 ) = 0.347;
// 光量
uniform float aperture_grille_rate : hint_range( 0.0, 1.0 ) = 0.4;
// RFスイッチ的ブラー
uniform float rf_switch_esque_blur : hint_range( 0.0, 1.0 ) = 1.0;
uniform float rf_switch_esque_blur : hint_range( 0.0, 1.0 ) = 1;
// 白色ノイズ
uniform float white_noise_rate : hint_range( 0.0, 1.0 ) = 0.0;