- Timestamp:
- Dec 19, 2019, 4:37:03 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- cd1cb0f
- Parents:
- 60578ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shaders/ship.vert
r60578ce ra79be34 27 27 28 28 // fixed point light positions 29 //vec3 light_position_world = vec3(0.0, 0.0, 2.0); 30 //vec3 light2_position_world = vec3(0.0, 1.5, -0.1); 31 vec3 light_position_world = vec3(7.0, -7.0, -10.0); 32 vec3 light2_position_world = vec3(4.0, -3.0, -10.0); 29 vec3 light_position_world = vec3(0.0, 0.0, 2.0); 30 vec3 light2_position_world = vec3(0.0, 1.5, -0.1); 33 31 34 32 // TODO: This does not account for scaling in the model matrix
Note:
See TracChangeset
for help on using the changeset viewer.