Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,777
    • Issues 1,777
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #15745

Closed
Open
Opened Sep 24, 2015 by Kitware Robot@kwrobotOwner

Add Super Sampling Anti Aliasing to ParaView

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


Please add super sampling anti aliasing (SSAA) to ParaView for drawing the 2d/3d rendering windows when non-interactive rendering. Make this SSAA work when saving screenshots or saving animation. Allow the user to turn it on/off in the Edit/Settings, but also select-able from the save screenshots/ save animation dialogs. Maybe allow the user to designate how much super sampling is being done?

From an e-mail thread with Ken Martin:

I was thinking SSAA , aka render into an FBO at sqrt(3)*width by sqrt(3)*height for example and then down sample back to the window size, for picking just bypass it. I have looked into FXAA, CMAA, but both those approaches are typically faster, but have more complex implementations and are subject to artifacts (CMAA is better on artifacts but the implementation is more complex). A first step could be to use it for the non-interactive renders in PV.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
5.2 (SC-16)
Milestone
5.2 (SC-16) (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#15745