dust3d/thirdparty/thekla_atlas
huxingyi db0f0b3ed2 Fix ubuntu build 2018-05-10 23:18:22 +08:00
..
extern Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
projects/vc9 Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
src Fix ubuntu build 2018-05-10 23:18:22 +08:00
.gitattributes Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
.gitignore Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
CMakeLists.txt Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
LICENSE Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00
README.md Add auto uv unwrapping. 2018-05-08 00:08:19 +08:00

README.md

thekla_atlas

This tool performs mesh segmentation, surface parameterization, and chart packing.

This is especially useful when generating light maps for meshes that do not have artist-supplied uv's.

How to build (Windows)

Open vc9/thekla.sln using Visual Studio.

How to build (OS X)

Use cmake. For example:

$ brew install cmake  # Install cmake
$ cmake -H. -Bbuild   # Create makefiles
$ cmake --build build # Invoke the build