From 182f7f2ba18127d88ddd568253a7567ad9d5b71d Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Thu, 20 Apr 2023 13:18:02 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 524b97a..5dd09c9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # Eruption -Eruption is a vulkan based pathtracer. It is in an experimental state an may have performance issues \ No newline at end of file +Eruption is a vulkan based pathtracer. It is in an experimental state an may have performance issues + +# Features +* Oren-Nayar diffuse pathtracing +* Specular reflection with roughness +* Cosine weighted ray generation +* Temporal anti aliasing +* Realtime denoising +* Tonemapping +* Progressive sampling + +# Screenshots + +Cornellbox | Dark suzanne +:-------------------------:|:-------------------------: +![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_143057.png) | ![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_143346.png) + +Scene with text | RGB lights +:-------------------------:|:-------------------------: +![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_145416.png) | ![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_145957.png) + +![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_150915.png) \ No newline at end of file