"Lamb" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "=='''Format'''== Lamb // float <font size=3> The probability of a surface emitting light ray according to Lambertian cosine law. </font> =='''Example'''== #Lamb...") |
(→Math) |
||
(未顯示同一使用者於中間所作的 9 次修訂) | |||
行 3: | 行 3: | ||
<font size=3> |
<font size=3> |
||
− | The probability of a surface emitting light ray according to Lambertian cosine law. |
+ | The probability of a surface emitting light ray according to Lambertian cosine law. The number of photons emitted in a solid angle <math>d\Omega </math> is proportional to <math>\cos(\theta)</math>, where <math>\theta</math> is the angle between the wave vector of a light ray and the normal vector of the emission surface. |
</font> |
</font> |
||
行 13: | 行 13: | ||
The probability is 100%. |
The probability is 100%. |
||
+ | |||
+ | =='''Math'''== |
||
+ | |||
+ | {| class="wikitable" |
||
+ | |- |
||
+ | ! BSDF |
||
+ | ! PDF |
||
+ | |- |
||
+ | | <math>\frac{1}{\pi}</math> |
||
+ | | <math>\frac{\cos \theta}{\pi}</math> |
||
+ | |} |
於 2019年9月19日 (四) 11:20 的最新修訂
Format
Lamb // float
The probability of a surface emitting light ray according to Lambertian cosine law. The number of photons emitted in a solid angle is proportional to , where is the angle between the wave vector of a light ray and the normal vector of the emission surface.
Example
#Lamb SurfEmit Shell 1 1.00000
The probability is 100%.
Math
BSDF | |
---|---|