Skip to content
Snippets Groups Projects
  1. Dec 18, 2022
  2. Dec 17, 2022
    • Cory Quammen's avatar
      Move check for visibility to leaf translucency check · cb59e8ec
      Cory Quammen authored
      When deciding if a composite dataset has translucency,
      vtkCompositePolyDataMapper2 was incorrectly determining there was no
      translucency for a subtree of blocks if the visibility of the subtree
      root was set to false. This is incorrect because children could be set
      to visible, but the algorithm would not descend the tree to determine
      that.
      
      Fixed this bug by moving the visibility determination down to just
      before the scalars translucency determination is made. If the block is
      not visibile, it does not have translucency.
      cb59e8ec
  3. Dec 08, 2022
  4. Dec 07, 2022
  5. Dec 06, 2022
Loading