-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D and 2D view not consistent #409
Comments
This would change the camera elevation but, it doesn't work very well as the orientation marker doesn't get updated. See the VTK Text book # do a full Elevation + 180 degrees
camera = vtk.vtkCamera()
camera.DeepCopy(self.getCamera())
camera.Elevation(180)
self.getRenderer().SetActiveCamera(camera)
om = self.orientation_marker.GetOrientationMarker()
om.Modified()
self.renWin.Render() |
in the Possibly what's missing is CILViewer/Wrappers/Python/ccpi/viewer/CILViewer.py Lines 1124 to 1141 in c40775f
|
It could happen here, so maybe viewer issue
CILViewer/Wrappers/Python/ccpi/viewer/CILViewer2D.py
Lines 1328 to 1331 in 894fc7b
Change camera view
CILViewer/Wrappers/Python/ccpi/viewer/CILViewer.py
Line 546 in 894fc7b
CILViewer/Wrappers/Python/ccpi/viewer/CILViewer2D.py
Lines 301 to 325 in 894fc7b
Issue opened in iDVC, but needs to be resolved in the viewer. See TomographicImaging/iDVC#240 (comment)
The text was updated successfully, but these errors were encountered: