Best way to get a silhouette of a mesh?

Yes, this should work. Probably rasterizing the polygons using VTK would be much faster than PIL. You can implement the image filtering using VTK, too, if you don’t want to use additional (and potentially slower) libraries.

1 Like