Skip to content
Commit f37acaff authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

scene: Split base Scene class from WorkspaceScene class

The main motivation behind this change is to share rendering code
between windows and the cursor, specifically the Item class which
requires a Scene.

Note that Scene subclasses are responsible for issuing
ItemRenderer::renderItem() calls. The main reason for that is the
current architecture of the effects system, specifically we need to call
some effects hooks before and after painting a window.
parent 6c71bfd8
Pipeline #289976 failed with stage
in 14 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment