Skip to content

Make LabelDataMapper respect clipping planes

Promote the convenience function getter to the parent class where the clipping planes actually live.

Implement the clipping function in the CPU side of the labelmapper. Note, passing the clipplanes down to the internal mappers will not work (easily) because inside them the clipping space is in screen coordinates not world space.

Add a test.

Merge request reports