Pluto geometry artefacts commit.

This commit is contained in:
michal
2014-10-20 18:29:55 -04:00
parent 4a6e9dd671
commit 54809c6376
7 changed files with 23 additions and 41 deletions
@@ -83,19 +83,8 @@ private:
glm::dmat3 _stateMatrix; // might need this
std::string _target;
///NH FOV
GLuint _vaoFOV = 10;
GLuint _vboFOV = 11;
GLuint _iboFOV = 12;
unsigned int _isizeFOV;
unsigned int _vsizeFOV;
std::vector<float> _varrayFOV;
int *_iarrayFOV;
std::string _source;
std::string _destination;
};