mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
WIP: intermediary commit, will attempt to run HC's code on this machine.
This commit is contained in:
@@ -52,7 +52,9 @@ private:
|
||||
ghoul::opengl::ProgramObject* _programObject;
|
||||
std::string _speckPath;
|
||||
|
||||
GLuint _starPositionsVBO;
|
||||
GLuint _vboID;
|
||||
GLuint _vaoID;
|
||||
//GLint positionAttrib;
|
||||
int v_size;
|
||||
};
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user