diff options
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) + |