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.7k stars 384 forks source link

Remesher Example #2

Closed petrasvestartas closed 6 years ago

petrasvestartas commented 7 years ago

Hi,

I would to ask if it is possible to get a remesher example?

I am totally new to this library. And would like to create a simple mesh geometry and remesh as a test.

Would you be kind to show how to do this?

rms80 commented 7 years ago

There is some (disorganized) sample code in the geometry3SharpDemos project.

Here is some testing code for the Remesher that might point you in the right direction:

https://github.com/gradientspace/geometry3SharpDemos/blob/master/geometry3Test/test_Remesher.cs

alexhackbai commented 7 years ago

I would to ask if it is possible to mesh simplfication example? thank you

rms80 commented 6 years ago

There are tutorials on these topics now: http://www.gradientspace.com/tutorials/2017/8/30/mesh-simplification http://www.gradientspace.com/tutorials/2018/7/5/remeshing-and-constraints