RippleXZModifier
Source:
RippleXZModifier.h
RippleXZModifier¶
src/light/modifiers/RippleXZModifier.h:27Inherits:
ModifierBase
Modifier that collapses one axis of the box to a single plane, folding every coordinate on that axis to 0 (the static geometry of MoonLight's RippleXZ; its buffer-shift ripple wave is omitted).
Public Attributes¶
bool shrink =
bool towardsX =
bool towardsZ =
Public Methods¶
virtual inline constchar * tags() const override
: Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline void modifyLogicalSize(Coord3D &) override
: STATIC, build-time, once per rebuild in child order: fold the logical box.
virtual inline bool modifyLogical(Coord3D &) const override
: STATIC, build-time, per physical light in child order: fold a coordinate into this stage's logical space (in place).