Skip to content

Commit f513c9e

Browse files
committed
Refactor implementation section.
1 parent 25f01b0 commit f513c9e

File tree

8 files changed

+133
-48
lines changed

8 files changed

+133
-48
lines changed

specification/2.0/README.md

Lines changed: 131 additions & 43 deletions
Large diffs are not rendered by default.
-10.7 KB
Binary file not shown.
-8.23 KB
Binary file not shown.
-8.24 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-42.7 KB
Binary file not shown.

specification/2.0/figures/pbr.dot

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ digraph D {
99
dielectric_specular_brdf [label=<
1010
<table border="1" cellborder="0">
1111
<tr><td port="out"><font point-size="14"><b>specular_brdf</b></font></td></tr>
12-
<tr><td><font point-size="10">color = [1, 1, 1]</font></td></tr>
13-
<tr><td><font point-size="10">roughness = <i>&lt;roughness&gt;</i><sup>2</sup></font></td></tr>
12+
<tr><td><font point-size="10">α = <i>&lt;roughness&gt;</i><sup>2</sup></font></td></tr>
1413
</table>
1514
>]
1615

@@ -40,8 +39,7 @@ digraph D {
4039
metal_specular_brdf [label=<
4140
<table border="1" cellborder="0">
4241
<tr><td port="out"><font point-size="14"><b>specular_brdf</b></font></td></tr>
43-
<tr><td><font point-size="10">color = [1, 1, 1]</font></td></tr>
44-
<tr><td><font point-size="10">roughness = <i>&lt;roughness&gt;</i><sup>2</sup></font></td></tr>
42+
<tr><td><font point-size="10">α = <i>&lt;roughness&gt;</i><sup>2</sup></font></td></tr>
4543
</table>
4644
>]
4745

@@ -50,7 +48,6 @@ digraph D {
5048
<tr><td port="out"><font point-size="14"><b>conductor_fresnel&nbsp;&nbsp;</b></font></td></tr>
5149
<tr><td port="in_bsdf"><font point-size="10">bsdf</font></td></tr>
5250
<tr><td><font point-size="10">f0 = <i>&lt;baseColor&gt;</i></font></td></tr>
53-
<tr><td><font point-size="10">f90 = [1, 1, 1]</font></td></tr>
5451
</table>
5552
>]
5653

specification/2.0/figures/pbr.png

-798 Bytes
Loading

0 commit comments

Comments
 (0)