Skip to content
Snippets Groups Projects
Commit 76d15a52 authored by Joshua Steer's avatar Joshua Steer
Browse files

render shading remove

parent 8835272d
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ class visMixin(object):
renderWindowInteractor.SetInteractorStyle(vtk.vtkInteractorStyleTrackballCamera())
# Set camera projection
win.setView()
win.renderActors([self.actor,], shading=True)
win.renderActors([self.actor,])
win.Render()
win.rens[0].GetActiveCamera().Azimuth(180)
win.rens[0].GetActiveCamera().SetParallelProjection(True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment