16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00

build 180127. minor bug fixes

This commit is contained in:
tmj-fstate
2018-01-27 16:05:19 +01:00
parent 0124032d3b
commit 1b655fac9b
6 changed files with 71 additions and 57 deletions

View File

@@ -19,5 +19,5 @@ struct basic_light {
glm::vec4 specular { colors::white };
glm::vec3 position;
glm::vec3 direction;
bool is_omnidirectional { true };
bool is_directional { true };
};