multisampled random rays

This commit is contained in:
2019-01-12 23:37:54 +01:00
parent 6b0dc38ee4
commit c3220b5b15
3 changed files with 32 additions and 28 deletions

View File

@@ -106,6 +106,7 @@
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/random.hpp>
#include <glm/gtx/rotate_vector.hpp>
#include <glm/gtx/euler_angles.hpp>
#include <glm/gtx/vector_angle.hpp>