Skip to content

BUG: incorrect camera position for nFrames>1 (runTimePostProcessing)

It seems the position should be

position_ = currentFrameI_*dPosition_;

instead of

position_ += currentFrameI_*dPosition_;

in $FOAM_SRC/postProcessing/functionObjects/graphics/runTimePostProcessing/scene.C