mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
|
uniform sampler2D t_noise;
|
||
|
|
||
|
vec4 get_cloud_color(vec3 dir, vec3 origin, float time_of_day, float max_dist, float quality) {
|
||
|
return vec4(0.0);
|
||
|
}
|