parent
55274ec3cf
commit
8dd2f2b292
3 changed files with 16 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue