glotzerlab / plato

Efficient visualization of particle data supporting several rendering engines.
https://plato-draw.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Support 3D outlines #40

Closed klarh closed 5 years ago

klarh commented 5 years ago

This adds a 3D-capable method to compute outlines (geometry.insetPolygon()) and adds outline support to the base ConvexPolyhedra primitive and matplotlib/vispy ConvexPolyhedra. There is a visual change in the size and shape of vispy outlines, but I think this is minor.

klarh commented 5 years ago

Manually merged.