9 lines
181 B
Markdown
9 lines
181 B
Markdown
# Hacky HDRi Rotator Tool
|
|
|
|
To get textures to use in bevy:
|
|
|
|
```
|
|
remap_hdri <> kloofendal.hdr -o output/kloofendal_rotated.hdr
|
|
```
|
|
|
|
Example usage to get textures in bevy in `run.sh`
|