Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 832
    • Issues 832
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • 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.

  • VTKVTK
  • VTKVTK
  • Merge requests
  • !4709

Add 360° panoramic projection pass

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michael Migliore requested to merge michael.migliore/vtk:env-proj into master Sep 26, 2018
  • Overview 58
  • Commits 2
  • Pipelines 21
  • Changes 8

This MR introduces a new render pass called vtkPanoramicProjectionPass that renders the delegate pass in a cubemap with a 90° angle view in every six directions.
Then, those six renderings are combined in a 2D view using an equirectangular projection or an azimuthal projection (fish eye).
Those panoramic projections can be replayed in a compatible device (ie VR headset).

Here is an example of a 360° equirectangular projection when inside of a wavelet:

wavelet360

Edited Oct 08, 2018 by Joachim Pouderoux
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: env-proj