mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-13 15:31:17 -06:00
Solve merge conflicts.
This commit is contained in:
@@ -53,6 +53,7 @@ Renderable* Renderable::createFromDictionary(const ghoul::Dictionary& dictionary
|
||||
|
||||
std::string renderableType;
|
||||
success = dictionary.getValue(KeyType, renderableType);
|
||||
|
||||
if (!success) {
|
||||
LERROR("Renderable '" << name << "' did not have key '" << KeyType << "'");
|
||||
return nullptr;
|
||||
@@ -132,6 +133,10 @@ void Renderable::render(const RenderData& data)
|
||||
{
|
||||
}
|
||||
|
||||
void Renderable::postRender(const RenderData& data)
|
||||
{
|
||||
}
|
||||
|
||||
void Renderable::setPscUniforms(
|
||||
ghoul::opengl::ProgramObject& program,
|
||||
const Camera& camera,
|
||||
|
||||
Reference in New Issue
Block a user