todo: add render and updateBuffer functions

This commit is contained in:
Elon
2019-04-03 17:18:03 -06:00
committed by ElonOlsson
parent 85a6b25dce
commit 609b97bd56
2 changed files with 17 additions and 1 deletions

View File

@@ -568,6 +568,15 @@ namespace openspace {
void ElonsTest::initialize(){
//Fyll _vertexArray i init och
// rendera bara orbits, inga rörliga delar.
}
void ElonsTest::initializeGL() {
@@ -582,6 +591,13 @@ namespace openspace {
}
);
}
void ElonsTest::deinitializeGL() {
}
void ElonsTest::render(const RenderData& data, RendererTasks& rendererTask) {

View File

@@ -50,7 +50,7 @@ public:
void initialize() override;
void initializeGL() override;
// void deinitialize();
// void deinitialize();
void deinitializeGL() override;
//
bool isReady() const;