mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
Cleaning up abuffer classes
Make ABuffer type selectable in openspace.cfg
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
RenderEngine();
|
||||
~RenderEngine();
|
||||
|
||||
bool initialize();
|
||||
bool initialize(const std::string& renderingMethod);
|
||||
|
||||
void setSceneGraph(Scene* sceneGraph);
|
||||
Scene* scene();
|
||||
@@ -113,6 +113,7 @@ private:
|
||||
Camera* _mainCamera;
|
||||
Scene* _sceneGraph;
|
||||
ABuffer* _abuffer;
|
||||
int _abufferImplementation;
|
||||
ScreenLog* _log;
|
||||
|
||||
bool _showInfo;
|
||||
|
||||
Reference in New Issue
Block a user