Changeset 20e0020 in opengl-game for color.vert


Ignore:
Timestamp:
Jun 12, 2018, 3:07:10 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
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)
Message:

Finish building the player ship model and scale and rotate it correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • color.vert

    r81f28c0 r20e0020  
    1818// fixed point light position
    1919vec3 light_position_world = vec3(0.0, 0.0, 2.0);
    20 vec3 light2_position_world = vec3(0.0, -3.0, -2.0);
     20vec3 light2_position_world = vec3(0.0, -1.5, -0.2);
    2121
    2222void main() {
Note: See TracChangeset for help on using the changeset viewer.