Open banesullivan opened 5 years ago
The camera always starts zoomed in to the center of the mesh. Could this be changed to some isometric position?
import pyvista as pv from pyvista import examples pvmesh = examples.download_st_helens().warp_by_scalar() import odysis as ody mesh = ody.Mesh.from_vtk(pvmesh) ody.scene(mesh=mesh) color = ody.color_mapping() ody.plot()
Whoops this is a duplicate of #7
The camera always starts zoomed in to the center of the mesh. Could this be changed to some isometric position?