VTK
Relocate Actor2D To Avoid Overlap
Sometimes the 3D model and 2D object will be overlapped as the above scene. I want to move the text to the top for avoiding overlap situation. My solution has these steps: 1. Calculate the bounding box of the sphere and convert it to a rectangle which wraps the image Read more…