Changeset 20e0020 in opengl-game for color.vert
- Timestamp:
- Jun 12, 2018, 3:07:10 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c8dc5c6
- Parents:
- 81f28c0
- git-author:
- Dmitry Portnoy <dmp1488@…> (06/12/18 03:07:04)
- git-committer:
- Dmitry Portnoy <dmp1488@…> (06/12/18 03:07:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
color.vert
r81f28c0 r20e0020 18 18 // fixed point light position 19 19 vec3 light_position_world = vec3(0.0, 0.0, 2.0); 20 vec3 light2_position_world = vec3(0.0, - 3.0, -2.0);20 vec3 light2_position_world = vec3(0.0, -1.5, -0.2); 21 21 22 22 void main() {
Note:
See TracChangeset
for help on using the changeset viewer.