mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Making the forward model normal lighted
This commit is contained in:
parent
8294322993
commit
8142b207af
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ void main(void) {
|
|||
|
||||
vec3 fragPosition = _position.xyz;
|
||||
|
||||
TransformCamera cam = getTransformCamera();
|
||||
|
||||
vec4 color = vec4(evalSkyboxGlobalColor(
|
||||
cam._viewInverse,
|
||||
1.0,
|
||||
|
|
Loading…
Reference in a new issue