todo: add render and updateBuffer functions

This commit is contained in:
Elon
2019-04-03 17:18:03 -06:00
parent 088d2268f4
commit 772bd00081
2 changed files with 17 additions and 1 deletions

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) {

View File

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