From b70889b7ec9c9bb76698f7c155326ab8309d0a5d Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Mon, 22 May 2023 11:13:23 +0000 Subject: [PATCH] Add 'pbr-pathtracing/README.md' --- pbr-pathtracing/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pbr-pathtracing/README.md diff --git a/pbr-pathtracing/README.md b/pbr-pathtracing/README.md new file mode 100644 index 0000000..a711dc0 --- /dev/null +++ b/pbr-pathtracing/README.md @@ -0,0 +1,15 @@ +# PBR-Pathracing +This is a mulitpass shader for physically based rendering using ray tracing. +Buffer-A will path trace the raw image into linear RGB. Buffer-B will convert the linear RGB into clamped sRGB by applying an approximation of the ACES tonemap. The image pass will draw Buffer-B to the screen and denoise the image. + +## Feature list +* PBR path tracing +* ACES tonemapping +* TAA +* MSAA +* Motionblur +* Depth of Field +* Realtime denoising +* Oren-nayar Diffuse shading +* Metalic materials +* Glass materials \ No newline at end of file