WIP: intermediary commit, will attempt to run HC's code on this machine.

This commit is contained in:
michal
2014-08-25 17:37:23 -04:00
parent 2797dcf0b9
commit 013d4c5bb6
17 changed files with 516 additions and 87 deletions
@@ -52,7 +52,9 @@ private:
ghoul::opengl::ProgramObject* _programObject;
std::string _speckPath;
GLuint _starPositionsVBO;
GLuint _vboID;
GLuint _vaoID;
//GLint positionAttrib;
int v_size;
};
+2 -1
View File
@@ -36,7 +36,8 @@ namespace openspace {
class PowerScaledSphere {
public:
// initializers
PowerScaledSphere(const PowerScaledScalar& radius, int segments = 8);
PowerScaledSphere(const PowerScaledScalar& radius,
int segments = 8);
~PowerScaledSphere();
bool initialize();