nipy / PySurfer

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

ENH: Speed up rendering by sharing data #177

Closed larsoner closed 6 years ago

larsoner commented 7 years ago

We have a lot of data that could be shared (vertex locations), and we should do it:

http://docs.enthought.com/mayavi/mayavi/tips.html#sharing-the-same-data-between-scenes

christianbrodbeck commented 7 years ago

I'm working on this at #191