Added modelview matrix.

This commit is contained in:
2017-01-02 02:39:24 -04:00
parent e9986a923f
commit a0381b4fff
4 changed files with 9841 additions and 16233 deletions

View File

@@ -11,8 +11,9 @@
#include "ray.hpp"
using std::vector;
using glm::vec3;
using glm::vec2;
using glm::vec3;
using glm::mat4x4;
class Tracer {
public: