From ed81d0995369f3c942c320c07366a02b91628bfa Mon Sep 17 00:00:00 2001 From: Azorlogh Date: Thu, 27 Jun 2024 10:30:41 +0200 Subject: [PATCH] fix README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8e94f5..172be50 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # 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 +```