Skip to content

Commit

Permalink
Merge branch '226-fix-layer-4-interaction'
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed Feb 24, 2024
2 parents 4d10c2a + 0c48bd5 commit 6fdce48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sksurgeryvtk/widgets/vtk_overlay_window.py
Expand Up @@ -201,6 +201,7 @@ def __init__(
self.layer_4_renderer = vtk.vtkRenderer()
self.layer_4_renderer.SetLayer(4)
self.layer_4_renderer.LightFollowCameraOn()
self.layer_4_renderer.InteractiveOff()

# Enable VTK Depth peeling settings for render window, and renderers.
if use_depth_peeling:
Expand Down

0 comments on commit 6fdce48

Please sign in to comment.