fix README.md

This commit is contained in:
Azorlogh 2024-06-27 10:30:41 +02:00
parent caa0e43c9c
commit ed81d09953

View file

@ -1,9 +1,12 @@
# Hacky HDRi Rotator Tool # Hacky HDRi Rotator Tool
To get textures to use in bevy: To rotate a radiance HDR file:
``` ```
remap_hdri <> kloofendal.hdr -o output/kloofendal_rotated.hdr cargo run --release -- -i kloofendal.hdr -o output/kloofendal_rotated.hdr
``` ```
Example usage to get textures in bevy in `run.sh`
Example usage to get .ktx2 textures for bevy in `run.sh`
```
./run.sh kloofendal.hdr
```