Skip to content

Render radar data with the DVR mode of the raycaster actor

Susanne Fuchs requested to merge devel_radar_raycaster into master

Adapt the existing raycaster actor to allow it to render data not only from StructuredGrids but also RadarGrids.

  • Add a sampleDataAtPos subroutine for radar data in volume_sample_utils.glsl, and add functions used by it in volume_radar_utils.
  • Add case distinctions between StructuredGrid/RadarGrid where necessary in the raycaster actor.
Edited by Susanne Fuchs

Merge request reports