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(vtkviewnode): fix addMissingNodes with enforceOrder
enforceOrder was forcing the dataObjs nodes to be the first children. That had the disadvantage to
make the OpenGLCamera the last item, and slow to be found. Instead, enforceOrder now simply enforce
that the created missing nodes are following each others.
fix #3497
0 commit comments