Skip to content
Snippets Groups Projects

runTimePostProcessing FO camera update

Merged Admin requested to merge feature-runtime-post-pro-camera-update into develop
  • Removed the camera 'mode'

    • The (old) static camera was only appropriate when parallel projection was inactive, and the view was centred at (0 0 0)
    • Camera input now always requires 'position' and 'focalPoint'
    • Clip box is now optional. Note that this is applied after the camera set-up and so will override the camera position
    • View angle is only appropriate when not using parallel projection
    • Zoom now required, applied after all other operations
      • 1 = do nothing, >1 = zoom in, <1 = zoom out

    Example input:

        camera
        {
            // Total number of frames to generate
            nFrameTotal 1;

            // Parallel projection flag
            parallelProjection no;

            focalPoint  (0 0 0);
            up          (0 1 0);
            position    (0 0 1);

            // Optional entries
            clipBox     (-0.0206 -0.0254 -0.0005) (0.29 0.0254 0.0005);
            viewAngle   20;
            zoom        1.1;
        }

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Admin Added 1 commit:

    Added 1 commit:

    • a51ff5cf - ENH: runTime pp - new zoom entry now optional

    Compare with previous version

    By Andrew Heather on 2016-12-06T09:17:55 (imported from GitLab project)

  • Admin Added 1 commit:

    Added 1 commit:

    • f70ddc0a - ENH: runTime pp - updated header documentation

    Compare with previous version

    By Andrew Heather on 2016-12-06T09:23:56 (imported from GitLab project)

  • Admin Unmarked this merge request as a Work In Progress

    Unmarked this merge request as a Work In Progress

    By Andrew Heather on 2016-12-06T09:24:17 (imported from GitLab project)

  • Admin Mentioned in commit a54e9f8d2b6a85878a9311e86fcb72960f3dfb55

    Mentioned in commit a54e9f8d2b6a85878a9311e86fcb72960f3dfb55

    By Andrew Heather on 2016-12-06T09:24:24 (imported from GitLab project)

  • Admin Status changed to merged

    Status changed to merged

    By Andrew Heather on 2016-12-06T09:24:24 (imported from GitLab project)

Please register or sign in to reply