Skip to content

Commit

Permalink
README更新、レンダリング画像を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
takah29 committed Sep 7, 2021
1 parent 15a2a81 commit d7cea54
Show file tree
Hide file tree
Showing 37 changed files with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
fractal-path-tracer
# Fractal Path Tracer

![Mandelbox](fig/jpg/mandelbox_top.jpg)
![Mandelbulb](fig/jpg/mandelbulb_top.jpg)

## Features

* Path Tracing (Next Event Estimation)
* Distance Estimation (Mandelbox, Mandelbulb)
* Diffuse, Specular, Refraction
* Anti Aliasing (Stratified Sampling)
* Depth of Field

## Requirements

* GLSL 4.6
* Shader Toy v0.10.15 (Visual Studio Code Extension)

## Screenshot

![Mandelbox](fig/jpg/mandelbox01.jpg)
![Mandelbox](fig/jpg/mandelbox02.jpg)
![Mandelbox](fig/jpg/mandelbox03.jpg)
![Mandelbox](fig/jpg/mandelbox04.jpg)
![Mandelbox](fig/jpg/mandelbox05.jpg)
![Mandelbox](fig/jpg/mandelbox06.jpg)
![Mandelbox](fig/jpg/mandelbox07.jpg)
![Mandelbox](fig/jpg/mandelbox08.jpg)
![Mandelbox](fig/jpg/mandelbox09.jpg)
![Mandelbox](fig/jpg/mandelbox10.jpg)
![Mandelbulb](fig/jpg/mandelbulb1.jpg)
![Mandelbulb](fig/jpg/mandelbulb2.jpg)
![Mandelbulb](fig/jpg/mandelbulb3.jpg)
![Mandelbulb](fig/jpg/mandelbulb4.jpg)
![Mandelbulb](fig/jpg/mandelbulb5.jpg)
![Mandelbulb](fig/jpg/mandelbulb6.jpg)
Binary file added fig/jpg/mandelbox01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbox_top.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/jpg/mandelbulb_top.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/png/mandelbox08.png
Binary file added fig/png/mandelbox09.png
Binary file added fig/png/mandelbox10.png
Binary file added fig/png/mandelbox_top.png
Binary file added fig/png/mandelbulb1.png
Binary file added fig/png/mandelbulb2.png
Binary file added fig/png/mandelbulb3.png
Binary file added fig/png/mandelbulb4.png
Binary file added fig/png/mandelbulb5.png
Binary file added fig/png/mandelbulb6.png
Binary file added fig/png/mandelbulb_top.png

0 comments on commit d7cea54

Please sign in to comment.