File: README.md

package info (click to toggle)
tinyexr 1.0.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,184 kB
  • sloc: cpp: 12,561; makefile: 110; sh: 18; ansic: 15
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Normal map generation tool

Load bump or vector displacement map and convert it to normal map.
(For vector displacement map, it generates approximated normal map)


## TODO

* [ ] Mip map generation with normal map prefiltering

## Licenses

* cxxopts.hpp : Copyright (c) 2014, 2015, 2016, 2017 Jarryd Beck. MIT license.