Page MenuHomePhabricator

Repair and enhance 3D surface mapper
Closed, WontfixPublic

Description

Currently the 3D surface mapper lacks some features like point size or has features that aren't woorking anymore (line width). I'd like to rewrite the surface mapper and adapt it to recent changes of rendering and properties. Additional features like vertex ID rendering oder support of transparency based on polygon sorting are features which are quite useful. Further mapper features could include emphasis of surface boundaries or non-manifold edges if a certain property is set.

Event Timeline

New remote branch pushed: bug-15614-NewSurfaceMapper3D

As we had several comments on our somewhat limited surface mapper on the users list we should finally integrate some fancy stuff for the mapper. The branch above can serve as reference even if a few things like transparency is already solved.

Hi,
Rostislav has published code of a feature that might be described here as "surface boundaries". So I don't open up a separate bug / feature request but add it to this bug.

I have created a branch in my fork containing Rostislavs changes:
https://github.com/iwegner/MITK/tree/adding_edgeVisilibity_to_mitkSurfaceVtkMapper3D

Very minor changes based on v2015.05.0 and devided up in two commits. One containing the pure addition of the properties and one containing the adaption to show the option "Surface w. Wireframe" in DataManager.

For the later option I had to add VTK_SURFACE+1 to the Enums which is ugly.
But VTK doesn't provide an enum item for this.

Would this be integrated?

Best,
Ingmar

Acknowledgements to Rostislav ;)

Thank you for providing us with the code!
It might be rather outdated now, but we still leave this bug open since your branches might provide helpful code examples for future changes on the 3D surface mapper. Further changes to the 3D mapper are definitely neccessary.

Please also consider T14972.

kislinsk added a project: Auto-closed.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs