mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-07 03:59:31 -06:00
todo: add render and updateBuffer functions
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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