Hi,
When trying to render a small image (<0.04 mm) or small shape (<0.5mm), the 3D redering is not working properly.
For the image, the edge tubes are too big. Do you think it's possible to adjust the radius, depending on the visible bounding box? I found this line of code in mitkGeometry2DDataVtkMapper3D.cpp, but I don't know how to modify it:
// Adjust the radius according to extent m_EdgeTuber->SetRadius( extent / 450.0 );
For the shape, the cutting planes are not positioned correctly. Could you give me some hints on how to improve this?
I attach you three images
Thanks!
Xavi