mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
addressing some minor issues (formatting, comments)
This commit is contained in:
@@ -181,7 +181,8 @@ public:
|
||||
virtual void deferredcastersChanged(Deferredcaster& deferredcaster,
|
||||
DeferredcasterListener::IsAttached isAttached) override;
|
||||
|
||||
void registerShadowCaster(const std::string& shadowgroup, const SceneGraphNode* lightsource, const SceneGraphNode* target);
|
||||
void registerShadowCaster(const std::string& shadowgroup, const SceneGraphNode* lightsource,
|
||||
const SceneGraphNode* target);
|
||||
std::pair<GLuint, glm::dmat4> shadowInformation(const SceneGraphNode* node, const std::string& shadowgroup) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user