From c42425325620a59ca35fd6693d898f08973c7ef2 Mon Sep 17 00:00:00 2001 From: Takumi Hara <69781798+tacomeet@users.noreply.github.com> Date: Sun, 22 May 2022 00:53:06 +0900 Subject: [PATCH] doc: resize image in README --- README.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index bf01d83..e3de09b 100644 --- a/README.en.md +++ b/README.en.md @@ -10,15 +10,15 @@ Simple Ray Tracer in C `scenes/texture.rt` -![texture.jpg](https://github.com/moromin/miniRT/blob/main/demo/texture.jpg?raw=true) + `scenes/bumpmap.rt` -![bumpmap.jpg](https://github.com/moromin/miniRT/blob/main/demo/bumpmap.jpg?raw=true) + `scenes_bonus/ch_multi.rt` -![ch_multi.jpg](https://github.com/moromin/miniRT/blob/main/demo/ch_multi.jpg?raw=true) + ## Installation