Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Better camera start location #31

Open
banesullivan opened this issue Oct 13, 2019 · 1 comment
Open

Better camera start location #31

banesullivan opened this issue Oct 13, 2019 · 1 comment

Comments

@banesullivan
Copy link
Contributor

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()

2019-10-13 13 30 56

@banesullivan
Copy link
Contributor Author

Whoops this is a duplicate of #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant