Skip to content

BUG: Fixed warping of markup fiducial labels

Andras Lasso requested to merge github/fork/lassoan/fix-fiducial-label-warp into master

Warping of markup fiducial labels was caused by using perspective projection in overlay renderer's camera. See details in https://github.com/commontk/CTK/pull/720.

Before the fix: image

After the fix: image

By switching to parallel projection, default scaling of widgets have to be adjusted, which is addressed in this pull request.

Merge this exactly at the same time when switching to the fixed CTK version!

Merge request reports