Revert "playing more with camera."

This reverts commit 55274ec3cf.
This commit is contained in:
end 2016-10-04 19:11:59 +02:00
parent 55274ec3cf
commit 8dd2f2b292
3 changed files with 16 additions and 60 deletions

View file

@ -19,7 +19,7 @@ void main()
vec3 Eye = normalize(-vertex);
vec3 Reflected = normalize(reflect( -lightPosition, normal));
vec3 IAmbient = vec3(0.2f);
vec3 IAmbient = vec3(0.05f);
if (materialKind == 6) {
// sun: shines by itself