mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 15:29:26 -05:00
@@ -172,7 +172,7 @@ bool RenderablePoints::isReady() const {
|
||||
}
|
||||
|
||||
void RenderablePoints::initialize() {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
_dataset = speck::data::loadFileWithCache(_speckFile);
|
||||
|
||||
@@ -182,7 +182,7 @@ void RenderablePoints::initialize() {
|
||||
}
|
||||
|
||||
void RenderablePoints::initializeGL() {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
if (_hasSpriteTexture) {
|
||||
_program = DigitalUniverseModule::ProgramObjectManager.request(
|
||||
|
||||
Reference in New Issue
Block a user