diff options
Diffstat (limited to 'gfx/renderable.cpp')
-rw-r--r-- | gfx/renderable.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp index 0340189..27f2459 100644 --- a/gfx/renderable.cpp +++ b/gfx/renderable.cpp @@ -6,6 +6,11 @@ Renderable::lights(const SceneShader &) const } void -Renderable::shadows(const ShadowMapper &) const +Renderable::shadows(const ShadowMapper &, const Frustum &) const +{ +} + +void +Renderable::updateStencil(const ShadowStenciller &) const { } |