Skip to content

Commit

Permalink
doc: resize image in README
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara authored May 21, 2022
1 parent 6d6b91d commit c424253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img src="https://github.com/moromin/miniRT/blob/main/demo/texture.jpg?raw=true" width=500>

`scenes/bumpmap.rt`

![bumpmap.jpg](https://github.com/moromin/miniRT/blob/main/demo/bumpmap.jpg?raw=true)
<img src="https://github.com/moromin/miniRT/blob/main/demo/bumpmap.jpg?raw=true" width=500>

`scenes_bonus/ch_multi.rt`

![ch_multi.jpg](https://github.com/moromin/miniRT/blob/main/demo/ch_multi.jpg?raw=true)
<img src="https://github.com/moromin/miniRT/blob/main/demo/ch_multi.jpg?raw=true" width=500>


## Installation
Expand Down

0 comments on commit c424253

Please sign in to comment.