Thekla / thekla_atlas

Atlas Generation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Atlas Generation Tool

License:MIT License


Languages

Language:C++ 98.2%Language:C 1.0%Language:CMake 0.8%