[update] Replaced MatrixFactory with ModelMatrixFactory came from gl4d.

This commit is contained in:
2019-10-12 00:00:00 +00:00
parent 58e88e9eb4
commit 79654d6da4
5 changed files with 26 additions and 52 deletions

View File

@@ -45,7 +45,7 @@ class LobbyWorld {
///
mat4 view = mat4.look_at(vec3(0, 0, -1), vec3(0, 0, 0), vec3(0, 1, 0));
///
vec3 light_color = vec3(1, 1, 1, 1);
vec3 light_color = vec3(1, 1, 1);
///
vec3 light_direction = vec3(0, 1, 0);
///