Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Explicit_Light_Sampling.pdf
Search
yumcyawiz
September 03, 2018
0
110
Explicit_Light_Sampling.pdf
yumcyawiz
September 03, 2018
Tweet
Share
More Decks by yumcyawiz
See All by yumcyawiz
rtcamp 10 (vk-illuminati)
yumcyawiz
1
420
ReSTIRの数理と実装 (rtcamp10)
yumcyawiz
1
1.4k
fredholm(rtcamp9)
yumcyawiz
0
130
フォトンマッピングをパス空間から考える
yumcyawiz
0
460
fredholm
yumcyawiz
0
300
Introduction to volume rendering
yumcyawiz
0
2.4k
OSK#p-ray2020年度講義: 古典的レイトレーサーの実装
yumcyawiz
0
280
Ray Tracing: Overview
yumcyawiz
7
1.3k
GLSLでパストレーシングしてコーネルボックスを出す
yumcyawiz
0
560
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Facilitating Awesome Meetings
lara
56
6.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Agile that works and the tools we love
rasmusluckow
331
21k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
GitHub's CSS Performance
jonrohan
1032
470k
What's in a price? How to price your products and services
michaelherold
246
12k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Navigating Team Friction
lara
190
15k
Transcript
EXPLICIT LIGHT SAMPLING 効率の良いPATH TRACING
EXPLICIT LIGHT SAMPLINGとは? • 光源上の位置をサンプリングすることで直接光源とつなげる方法
EXPLICIT LIGHT SAMPLINGとは? • 光源上の位置をサンプリングすることで直接光源とつなげる方法 • Diffuse面のレンダリングでは特に有効
EXPLICIT LIGHT SAMPLINGとは? • 光源上の位置をサンプリングすることで直接光源とつなげる方法 • Diffuse面のレンダリングでは特に有効 • 小さい光源も効率良くレンダリングできる
通常のPath Tracing なかなか光源に当たらない
Explicit Light Sampling 強制的に光源とつなげる
比較(100サンプル) Path Tracing Explicit Light Sampling
Explicit Light Samplingの方法 光源上の点をサンプリング PDF: (′) ′
Explicit Light Samplingの方法 点に向かってレイを飛ばす PDF: (′) ′
Explicit Light Samplingの方法 間に物体があったら寄与は0 PDF: (′) ′
Explicit Light Samplingの方法 間に何もない場合は寄与を計算 PDF: (′) ′
寄与の計算方法 光源サンプリングのPDF: (′) 光源の明るさ: , , cos (′)
寄与の計算方法 光源サンプリングのPDF: (′) 光源の明るさ: , , cos (′) これではダメ!!!
測度の変換 (′)は面積に関する確率測度になっている 一方、モンテカルロ積分は立体角確率測度 ( )で行われている (′) ( ) 面積測度 立体角測度
測度変換 測度を揃える必要がある
測度の変換 = 2 cos ′ () ′
完全鏡面の扱い ミラー、ガラスなどは反射方向が一意に定まるので別の方向を取ることができない
完全鏡面の扱い これらの場合には通常のPath Tracingを行うようにする
光源に当たった場合 この場合、Path Tracingのように光源の明るさを返してはいけない
光源に当たった場合 すでに前の段階で光源と結んでいるのでダブルカウントになる