Changeset f7d35da in opengl-game for texture.frag
- Timestamp:
- Jun 10, 2018, 9:31:48 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 5c403fe
- Parents:
- 0d5c100
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
texture.frag
r0d5c100 rf7d35da 29 29 30 30 // diffuse intensity 31 vec3 Id = L s* vec3(texel) * dot_prod;31 vec3 Id = Ld * vec3(texel) * dot_prod; 32 32 33 33 vec3 reflection_eye = reflect(-direction_to_light_eye, normal_eye);
Note:
See TracChangeset
for help on using the changeset viewer.