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);
}