Fixed build

This commit is contained in:
Christophe Riccio
2011-01-20 11:01:17 +00:00
parent 5811efecad
commit 56789da7f0
3 changed files with 17 additions and 18 deletions

View File

@@ -18,7 +18,6 @@ void computeNormal(triangle & Triangle)
#include "../../glm/gtc/matrix_transform.hpp" // glm::translate, glm::rotate, glm::scale
#include "../../glm/gtc/type_ptr.hpp" // glm::value_ptr
#include "../../glm/gtc/quaternion.hpp" // glm::quat
#include "../../glm/gtx/comparison.hpp" // == !=
//#include "../../glm/ext.hpp"
glm::vec4 const ClearColor = glm::vec4(glm::vec3(0.0f), 1.0f);