Skip to content

Commit

Permalink
DOCS add pics and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
multitudes committed Jun 25, 2024
1 parent 97fe16f commit 1b9b8ea
Show file tree
Hide file tree
Showing 4 changed files with 84,814 additions and 84,810 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,14 @@ We will make the viewport height dependent from the vertical field of view and t
double h = tan(theta/2);
double viewport_height = 2 * h * focal_length;
double viewport_width = viewport_height * ((double)cam.image_width/cam.image_height);
...
```

With a fof of 90 and of 20:

<div style="text-align: center;">
<img src="assets/faraway.png" alt="Camera" style="width: 70%;display: inline-block;" />
<img src="assets/faraway.png" alt="Camera" style="width: 45%;display: inline-block;" />
<img src="assets/close.png" alt="Camera" style="width: 45%;display: inline-block;" />
</div>

## Defocus Blur
Expand Down
Binary file added assets/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1b9b8ea

Please sign in to comment.