Skip to content

Only render dirty part of the scene #21

@GMartigny

Description

@GMartigny

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

No one assigned

    Labels

    ✨ enhancementNew feature or request🔧 technicalChange on technical aspect of the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions