scenerygraphics / sciview

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

Add recursive options for node deletion, set LUT, and toggle bounding boxes #526

Closed kephale closed 1 year ago

kephale commented 1 year ago

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

When implementing this I found that the only command where there is a clear need is DeleteNode, but SetLUT also makes sense we just don't have examples where a Volume is a child of another Volume.

However, I do see the potential for other things that can be applied to Node's recursively, like adjusting position through the inspector.

kephale commented 1 year ago

Note that I found this issue (https://github.com/scenerygraphics/sciview/issues/527) when implementing this PR.