Skip to content

Optimize usual case of full tree render #53

Open
@dakom

Description

@dakom

Every tick the entire tree may be traversed for three reasons:

  1. Animations
  2. Transform propogation
  3. Shaderconfig updates

Currently these are all separate functions, which means every tick the entire tree is traversed three times. It would be nice to instead do it all in one go

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions