Update 'README.md'
This commit is contained in:
parent
427ccccc1b
commit
182f7f2ba1
21
README.md
21
README.md
|
@ -1,2 +1,23 @@
|
|||
# Eruption
|
||||
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
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||
Scene with text | RGB lights
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||

|
Reference in New Issue