mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
more CR feedback
This commit is contained in:
parent
e776bf5819
commit
2b4d206eca
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ vec4 render( in vec3 ro, in vec3 rd )
|
||||||
dis += 3.5;
|
dis += 3.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
return vec4(clamp(col,0.0,1.0), 1.0 );
|
return vec4(clamp(col, vec3(0.0), vec3(1.0)), 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
vec3 getSkyboxColor() {
|
vec3 getSkyboxColor() {
|
||||||
|
|
Loading…
Reference in a new issue