You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(viewnode): add optional ability to maintain node ordering
This change adds an argument to `addMissingNodes` to ensure that the
view node ordering is maintained. By default, ordering is not
maintained. However, for nodes of type `vtkActor2D`, where layering
requires a specific order, the node ordering is enforced.
0 commit comments