gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

How to combine multiple dMeshes into one dMesh? #132

Closed Blargstomp404 closed 4 years ago

Blargstomp404 commented 4 years ago

So I built my project to make multiple dMeshes and want to add them together later on, is this possible?

rms80 commented 4 years ago

MeshEditor.AppendMesh

Blargstomp404 commented 4 years ago

Awesome, thank you