ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

Fix for moving window by allowing negative position and clipping to the global volume #148

Closed FelixTUD closed 3 years ago

FelixTUD commented 3 years ago

Fixes moving window issues https://github.com/ComputationalRadiationPhysics/isaac/issues/146#issue-968862927 and https://github.com/ComputationalRadiationPhysics/isaac/issues/145#issue-968860368

The changes are compatible with PIConGPU after https://github.com/ComputationalRadiationPhysics/picongpu/pull/3719#issue-710602438, but will only take effect after the related PR of the IsaacPlugin.hpp https://github.com/ComputationalRadiationPhysics/picongpu/pull/3733#issue-976838603 is merged.