mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-28 07:59:37 -06:00
Add helper methods to quickly render boxes (finalizing and #closes 696)
This commit is contained in:
@@ -654,7 +654,7 @@ RenderableAtmosphere::RenderableAtmosphere(const ghoul::Dictionary& dictionary)
|
||||
}
|
||||
}
|
||||
|
||||
void RenderableAtmosphere::deinitialize() {
|
||||
void RenderableAtmosphere::deinitializeGL() {
|
||||
if (_deferredcaster) {
|
||||
global::deferredcasterManager.detachDeferredcaster(*_deferredcaster);
|
||||
_deferredcaster = nullptr;
|
||||
@@ -705,9 +705,6 @@ void RenderableAtmosphere::initializeGL() {
|
||||
return;
|
||||
}
|
||||
|
||||
void RenderableAtmosphere::deinitializeGL() {
|
||||
}
|
||||
|
||||
bool RenderableAtmosphere::isReady() const {
|
||||
bool ready = true;
|
||||
ready &= (_deferredcaster != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user