nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

MRG: Add terrain interaction #178

Closed larsoner closed 7 years ago

larsoner commented 7 years ago

I've wanted a trackball-style camera in Mayavi for a while and finally figured out how to get it.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 77.359% when pulling 6874b85993a9a56975e6080869cda2b025ba4c63 on Eric89GXL:terrain into a5dd4acdac31aadfa3f54b1fde4167193b5ede18 on nipy:master.

larsoner commented 7 years ago

CIs are happy, ready for review/merge from my end. You can test it easily in the modified example.

@agramfort feel free to try it. I want to add it to stc.plot(), too, eventually.

agramfort commented 7 years ago

Thx