diff options
author | Eduardo Julian | 2022-06-15 20:12:02 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-15 20:12:02 -0400 |
commit | 38328f38b6904a884411835afa0066d0f9c503e7 (patch) | |
tree | aa7fe821e9015e4646abb2340fe6bd54ae466898 /documentation/bookmark/graphic | |
parent | bb16d7e4a3307cc9540f368cf5c354a72af8ec61 (diff) |
De-sigil-ification: suffix : [Part 11]
Diffstat (limited to 'documentation/bookmark/graphic')
-rw-r--r-- | documentation/bookmark/graphic/3d/rendering.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/bookmark/graphic/3d/rendering.md b/documentation/bookmark/graphic/3d/rendering.md new file mode 100644 index 000000000..b0d400838 --- /dev/null +++ b/documentation/bookmark/graphic/3d/rendering.md @@ -0,0 +1,16 @@ +# Ray Tracing + +0. [Ray Tracing in One Weekend - The Book Series](https://raytracing.github.io/) +0. [Ray Tracing Gems II Available Today as Free Digital Download](https://developer.nvidia.com/blog/ray-tracing-gems-ii-available-today-as-free-digital-download/) +0. [Ray Tracing Gems II](https://link.springer.com/book/10.1007/978-1-4842-7185-8) + +# Physically Based Rendering + +0. [Physically-based Feature Line Rendering](http://lines.rexwe.st/) +0. [Physically Based Rendering](https://www.pbr-book.org/3ed-2018/contents) +0. [Physically Based Rendering in Filament](https://google.github.io/filament/Filament.html) + +# Reference + +0. [Geometry Types for Graphics Programming](https://www.cs.cornell.edu/~asampson/media/papers/gator-oopsla2020-preprint.pdf) + |