Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,960
    • Issues 1,960
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • ParaViewParaView
  • ParaViewParaView
  • Merge requests
  • !2798

Add panoramic projection view plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michael Migliore requested to merge michael.migliore/paraview:projection-plugin into master Sep 28, 2018
  • Overview 63
  • Commits 1
  • Pipelines 14
  • Changes 13

Add a new plugin that enables a new render view type called Panoramic Projection View. This new render view projects the current scene in order to capture the scene up to 360 degrees. Produced images can be used as input for specific devices like VR headsets, domes or panoramic screens. Two projection types are available:

  • Equirectangular projection (usual world map projection)
  • Azimuthal equidistant projection (fisheye projection)

Use the feature introduced in vtk/vtk!4709 (merged)

panoramic1

panoramic2

Edited Oct 11, 2018 by Michael Migliore
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: projection-plugin