Visualization of Photon Tracing by OpenGL (0)

I have wrote some Photon Mapping programs in past days. This time, I wrote a program which visualize the result of Photon tracing by OpenGL + GLSL.

以前, Photon Mapping のプログラムを書いたことがありました.
今回, OpenGL + GLSL で Photon Tracing の結果を可視化するプログラムを書いてみました.



This is the simple model scene for Photon Tracing.

Photon Tracing をするモデルシーンです.



I have visualized rays emitted by the point light at the ceiling. At this picture, only 800 photons are emitted for easy to view.

天井の点光源から放射される Photon の Ray を可視化してみました.
見やすいように放出する Photon の数は 800 個にしています.



These pictures are result of emitting 100,000 photons in this scene.

Photon を 100,000 個, 放出した結果です.