diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-02-26 18:04:06 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-02-28 13:41:37 +0000 |
| commit | 1e08193a1678675ac5869b76e8a2339f6de5b773 (patch) | |
| tree | c9a47be9f06f69a06be2f43d371a88e1c507669e /gfx/renderable.cpp | |
| parent | Tidy the preFrame logic into a single function in SceneRenderer (diff) | |
| download | ilt-1e08193a1678675ac5869b76e8a2339f6de5b773.tar.bz2 ilt-1e08193a1678675ac5869b76e8a2339f6de5b773.tar.xz ilt-1e08193a1678675ac5869b76e8a2339f6de5b773.zip | |
Support for the BillboardPainter
Based on the ShadowStenciller, creates flattened images of a model for
simplified mass use in a scene.
Diffstat (limited to 'gfx/renderable.cpp')
| -rw-r--r-- | gfx/renderable.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp index 9fbc85b..8caab93 100644 --- a/gfx/renderable.cpp +++ b/gfx/renderable.cpp @@ -19,3 +19,8 @@ void Renderable::updateStencil(const ShadowStenciller &) const { } + +void +Renderable::updateBillboard(const BillboardPainter &) const +{ +} |
