Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 326 Bytes

This can be used to convert .hdr environment maps to .env maps which are better suited for the web.

You can change the size of environment map in src/consts.ts.

npm install
NODE_OPTIONS=--openssl-legacy-provider npm run build
cd www/
python3 -m http.server

Go to localhost:8000 and drop in the .hdr file.