mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 05:09:23 +02:00
more CR feedback
This commit is contained in:
parent
2b4d206eca
commit
6d56a0d051
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, vec3(0.0), vec3(1.0)), 1.0);
|
return vec4(clamp(col, 0.0, 1.0), 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
vec3 getSkyboxColor() {
|
vec3 getSkyboxColor() {
|
||||||
|
|
Loading…
Reference in a new issue