Skip to content
GitLab
  • Menu
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 777
    • Issues 777
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 210
    • Merge requests 210
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Merge requests
  • !6179

Fix transparency by propagating property keys to parts of vtkPropAssembly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Maleike requested to merge maleike/vtk:propassembly-propagate-property-keys into master Nov 12, 2019
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

I experienced similar problems as described in https://discourse.vtk.org/t/translucent-assemblies-in-8-2-0/419/8 which have been addressed by !5312 (merged). (@allisonvacanti @ken-martin have been involved).

The issue mentioned above was about rendering of vtkAssembly objects. In my case I was using vtkPropAssembly. Rendering vtkPolyData objects via a vtkPropAssembly using dual depth peeling was giving me results like this:

image

I attempted applying the logic of the fix for vtkAssembly: vtkPropAssembly now propagates property keys to its part in the different rendering methods. With those changes rendering is corrected and looks like expected:

image

Please let me know if if additional information or changes are required.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: propassembly-propagate-property-keys