-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
✨ enhancementNew feature or requestNew feature or request🔧 technicalChange on technical aspect of the projectChange on technical aspect of the project
Description
It could be a huge performance boost to only render part of the scene that need to be redrawn.
The scene could be split into an arbitrary number of parts (3x3 ...) and component should "dirty" the part their into.
Alternatively, component can return informations on their bounding box (AABB). Then scene only redraw the union of all AABB. (see below comment)
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or requestNew feature or request🔧 technicalChange on technical aspect of the projectChange on technical aspect of the project