https://github.com/afichet/env-remap
envmap-remapping
https://github.com/afichet/env-remap
Last synced: 8 months ago
JSON representation
envmap-remapping
- Host: GitHub
- URL: https://github.com/afichet/env-remap
- Owner: afichet
- Created: 2021-01-19T18:13:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T23:36:43.000Z (over 5 years ago)
- Last Synced: 2025-04-05T05:43:36.839Z (about 1 year ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Environment map remapping tool
==============================
This software is a very rough utility to transform environment maps from a parametrization to another.
Compilation
-----------
You need CMake.
```bash
mkdir build
cd build
cmake ..
```
Usage
-----
```bash
./bin/envremap -i rnl_probe.exr -s probe -o pano.exr -t pano -w 1024
```