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

UV for implicit meshes #170

Open CobraCalle opened 2 years ago

CobraCalle commented 2 years ago

Hello,

first things first: THANK YOU VERY MUCH for this great library.

I`m using this to generate meshes on the fly from SDFs... but when I load the resulting meshes, I cannot apply textures, because there are no UVs... is there a way to generate them too?

Thanks a lot

Carl