ilmola / generator

A procedural geometry generation library for C++11
GNU Lesser General Public License v2.1
211 stars 26 forks source link

Generate closed cylinder #23

Open Albmargar1 opened 5 years ago

Albmargar1 commented 5 years ago

Cylinder generation is made by sweeping. If a solid cylinder is generated, the algorithm creates overlapping points at the beginning and the end. This way, the surface is not a closed one... It's there a way to fix this? Thanks