mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 13:38:34 -06:00
todo: add render and updateBuffer functions
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
void initialize() override;
|
||||
void initializeGL() override;
|
||||
// void deinitialize();
|
||||
// void deinitialize();
|
||||
void deinitializeGL() override;
|
||||
//
|
||||
bool isReady() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user