https://github.com/giuliom95/baker
C++ and Embree normal map baker
https://github.com/giuliom95/baker
baking cg embree normal-mapping raycasting
Last synced: 9 months ago
JSON representation
C++ and Embree normal map baker
- Host: GitHub
- URL: https://github.com/giuliom95/baker
- Owner: giuliom95
- Created: 2018-09-22T18:53:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T10:08:25.000Z (over 7 years ago)
- Last Synced: 2025-03-26T07:22:19.630Z (10 months ago)
- Topics: baking, cg, embree, normal-mapping, raycasting
- Language: C++
- Homepage:
- Size: 574 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Normal maps baker

C++ and Embree implementation of a normal map baker. It is still in an early development stage but it works for most of the cases. The only dependencies are OpenEXR(http://www.openexr.com/) and Embree(http://embree.github.io).
Compilation under a CentOS7 machine should be straightforward. Not tested on other systems.
### TODO
* Multi-threading
* Better usability
* Maya plugin