mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 09:41:13 -06:00
wip
This commit is contained in:
@@ -175,7 +175,7 @@ namespace openspace {
|
||||
return ((_shaderProgram != nullptr) && (!_fullData.empty()));
|
||||
}
|
||||
|
||||
void RenderablePointsCloud::initialize() {
|
||||
void RenderablePointsCloud::initialize() {
|
||||
bool isSuccessful = loadData();
|
||||
if (!isSuccessful) {
|
||||
throw ghoul::RuntimeError("Error loading data");
|
||||
|
||||
Reference in New Issue
Block a user