fix README.md
This commit is contained in:
parent
caa0e43c9c
commit
ed81d09953
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue