scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
62 stars 17 forks source link

Only rebuild scene graph once per Renderer frame #594

Closed kephale closed 3 weeks ago

kephale commented 1 month ago

Previously each node deletion would trigger a scene graph rebuild. This change adds a flag that triggers a scene graph rebuild only once per frame.

Closes https://github.com/scenerygraphics/sciview/issues/578

kephale commented 3 weeks ago

@skalarproduktraum I'd like to close this, but will sit on it for a few days. If there are no replies i'll assume alles gut and will merge next time i revisit.