In the augmentation widget, currently the model projection matrix is defined as:
_mat_projection.ortho (-2.0f, +2.0f, -2.0f, +2.0f, 1.0f, 25.0f);
This should be changed to a more realistic perspective projection, maybe using camera data if available?