todo: add render and updateBuffer functions

This commit is contained in:
Elon
2019-04-03 17:18:03 -06:00
parent 8003d9a9b7
commit fcd5c6fcc4
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -569,6 +569,15 @@ namespace openspace {
void ElonsTest::initialize(){
//Fyll _vertexArray i init och
// rendera bara orbits, inga rörliga delar.
}
void ElonsTest::initializeGL() {
@@ -583,6 +592,13 @@ namespace openspace {
}
);
}
void ElonsTest::deinitializeGL() {
}
void ElonsTest::render(const RenderData& data, RendererTasks& rendererTask) {
+1 -1
View File
@@ -50,7 +50,7 @@ public:
void initialize() override;
void initializeGL() override;
// void deinitialize();
// void deinitialize();
void deinitializeGL() override;
//
bool isReady() const;