This commit is contained in:
2020-07-19 09:42:55 -05:00
parent 4ee97cca4b
commit d72e8ccbd0
15 changed files with 91 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
struct Light {
int type;
int type;
vec3 direction;
vec3 position;