NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

Close cylindrical meshes for vispy viewer #264

Closed sanjayankur31 closed 8 months ago

sanjayankur31 commented 8 months ago

Adapted from https://github.com/vispy/vispy/blob/main/vispy/geometry/generation.py#L451

I don't notice a performance hit, but it'll be good to test this out more just to be sure.

pgleeson commented 8 months ago

Looks good!

sanjayankur31 commented 8 months ago

Cool, I'll cut a new release so this gets out to users too.