TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Move methods for resetting camera into the viewer #329

Closed lauramurgatroyd closed 1 year ago

lauramurgatroyd commented 1 year ago

Closes #327

Previously there was some code in the viewer for resetting to the original camera, but it did not work properly. Instead, the resetting was done properly in the web viewer. I moved the web viewer code into the main viewer.

lauramurgatroyd commented 1 year ago

Updated to include your suggestions and tidy up what was happening when a new image was loaded on the viewer.