1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

修了很多bug,但是trae司马

This commit is contained in:
2025-08-28 21:30:49 +08:00
parent 99ce9b48dc
commit e40aef85f4
5 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ void fragment() {
vec3 color = base_color + vec3(wave_intensity);
// 设置最终颜色(加法混合模式会忽略alpha)
COLOR = vec4(color, 0.5-x_dist);
COLOR = vec4(color, (0.5-x_dist)*2.0);
}