Draft: Resolve "Display the cross-section when using clipping planes"
This PR introduces the CrossSectionTool
which aims to simplify the management of clipping planes.
Features
- Add and remove objects to the tool to enable or disable clipping planes on them
- Specify which side of the plane is applied to each object (positive or negative)
- Add a gizmo manipulator to move and rotate the plane
- Visualize the plane itself with a rectangle
- Visualize the cross-section itself with the help of additional objects and the stencil buffer
Closes #552
Edited by Sébastien Guimmara