Changeset cf2d1e5 in opengl-game for color.vert
- Timestamp:
- Jun 14, 2018, 3:02:51 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 885f0bb, 8d5e67b
- Parents:
- c8dc5c6
- git-author:
- Dmitry Portnoy <dmp1488@…> (06/14/18 02:58:13)
- git-committer:
- Dmitry Portnoy <dmp1488@…> (06/14/18 03:02:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
color.vert
rc8dc5c6 rcf2d1e5 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, -1.5, -0.2);20 vec3 light2_position_world = vec3(0.0, 1.5, -0.1); 21 21 22 22 void main() {
Note:
See TracChangeset
for help on using the changeset viewer.