attempting to fix jenkins error

This commit is contained in:
Michal Marcinkowski
2015-02-19 11:51:14 -05:00
parent abb114c334
commit d875e01e25
2 changed files with 8 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ public:
void loadTexture();
void allocateData();
void insertPoint(std::vector<float>& arr, psc& p, glm::vec4& c);
void insertPoint(std::vector<float>& arr, psc p, glm::vec4 c);
void fovProjection(bool H[], std::vector<glm::dvec3> bounds);
psc orthogonalProjection(glm::dvec3 camvec);