mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
@@ -305,7 +305,7 @@ bool RenderablePlanesCloud::isReady() const {
|
||||
}
|
||||
|
||||
void RenderablePlanesCloud::initialize() {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
if (_hasSpeckFile && std::filesystem::is_regular_file(_speckFile)) {
|
||||
_dataset = speck::data::loadFileWithCache(_speckFile);
|
||||
@@ -321,7 +321,7 @@ void RenderablePlanesCloud::initialize() {
|
||||
}
|
||||
|
||||
void RenderablePlanesCloud::initializeGL() {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
_program = DigitalUniverseModule::ProgramObjectManager.request(
|
||||
"RenderablePlanesCloud",
|
||||
|
||||
Reference in New Issue
Block a user