From 1e08193a1678675ac5869b76e8a2339f6de5b773 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 26 Feb 2026 18:04:06 +0000 Subject: Support for the BillboardPainter Based on the ShadowStenciller, creates flattened images of a model for simplified mass use in a scene. --- gfx/renderable.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gfx/renderable.cpp') 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 +{ +} -- cgit v1.3