MicBosi / VisualizationLibrary

Visualization Library is a C++ middleware for high-performance 2D and 3D graphics applications based on OpenGL 1.x-4.x supporting Windows, Linux and Mac OS X.
http://VisualizationLibrary.org
Other
344 stars 97 forks source link

Add Extrusions class making possible to extrude multiple contours #146

Closed FabienMathieu closed 7 years ago

FabienMathieu commented 7 years ago

I add the possibility to extrude multiple contours. I let the functionnality in an external Extrusions class, but it will be easy to fusion it with the original extrusion class.

You will find an applet associated with this functionnality. You will be able to run it throught the tests.

As adviced, I rebase my code on the last version of the master.

Best regards