Skip to content
  • David E. DeMarle's avatar
    Make LabelDataMapper respect clipping planes · f5334a5e
    David E. DeMarle authored
    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.
    f5334a5e