Hi. In mitkSurfaceVtkMapper2D and 3D there are 2 properties that are not
read from the specific base renderer:

this->GetDataNode()->GetBoolProperty("scalar visibility", scalarVisibility);

and

this->GetDataNode()->GetBoolProperty("color mode", colorMode);

Since all the rest of the properties are read from their specific renderer
I suppose this was accidentally omitted.

On the other hand, I would need to add a couple of properties to
mitkSurfaceVtkMapp3d:

"material.edgeVisibility"

and

"material.edgeColor"

These properties have their direct counterpart in VTK (SetEdgeVisibility
and SetEdgeColor).

If you are ok with this, I can prepare a Pull Request with these changes.

Thanks

Federico
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to