Merge pull request #152 from jpcy/xatlas

Add xatlas
This commit is contained in:
Sean Barrett 2019-06-17 04:45:56 -07:00 committed by GitHub
commit b6c330a659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ as C/C++, as this is not an obstacle to most users.)
| [yocto_bvh.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| ray-casting and closest-element queries of bounding-volume hierarchy
| [yocto_shape.h](https://github.com/xelatihy/yocto-gl) | MIT |C/C++|**1**| shape generation, tesselation, normals, etc.
|**[rjm_mc.h](https://github.com/rmitton/rjm)** | **public domain** |C/C++|**1**| marching cubes triangulator
| [xatlas](https://github.com/jpcy/xatlas) | MIT | C++ | 2 | mesh parameterization
# graphics (text)
| library | license | API |files| description