Update 'README.md'
This commit is contained in:
parent
85d496449a
commit
9b2bb16912
28
README.md
28
README.md
|
@ -5,20 +5,6 @@ Its more of a concept work.
|
|||
|
||||
# Screenshots
|
||||
|
||||
## Raytracing
|
||||
Features:
|
||||
* Diffuse raytracing
|
||||
* Reflections
|
||||
* Temporal anti aliasing
|
||||
|
||||
Supported Lights:
|
||||
* Point
|
||||
* Directional (Sun)
|
||||
|
||||
Raytraced image looking at a mirror | Raytraced image from the opposite view
|
||||
:-------------------------:|:-------------------------:
|
||||
![raytracing_0](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124903.png) | ![raytracing_1](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124951.png)
|
||||
|
||||
## Pathtracing
|
||||
Features:
|
||||
* Diffuse Pathtracing
|
||||
|
@ -32,4 +18,18 @@ Supported Lights:
|
|||
|
||||
Pathtraced image with high resolution | Pathtraced image with low resolution
|
||||
:-------------------------:|:-------------------------:
|
||||
![raytracing_0](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124425.png) | ![raytracing_1](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124743.png)
|
||||
|
||||
## Raytracing
|
||||
Features:
|
||||
* Diffuse raytracing
|
||||
* Reflections
|
||||
* Temporal anti aliasing
|
||||
|
||||
Supported Lights:
|
||||
* Point
|
||||
* Directional (Sun)
|
||||
|
||||
Raytraced image looking at a mirror | Raytraced image from the opposite view
|
||||
:-------------------------:|:-------------------------:
|
||||
![raytracing_0](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124903.png) | ![raytracing_1](https://git.teridax.de/teridax/jpath/raw/branch/main/screenshots/Screenshot_20230420_124951.png)
|
Reference in New Issue