Skip to content

Commit db314d7

Browse files
committed
code listing line breaks matches figure
1 parent 3edeb2f commit db314d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/tutorials/pshader/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h3 style="line-height: 0.7em;"><em>Andres Colubri</em></h3>
4848

4949
<span style="color: #996633;">void</span> <span style="color: #006699;"><strong>draw</strong></span>() {
5050
&nbsp;&nbsp;<span style="color: #006699;">background</span>(0);
51-
&nbsp;&nbsp;
5251
&nbsp;&nbsp;<span style="color: #006699;">camera</span>(<span style="color: #FF6699;">width</span>/2, <span style="color: #FF6699;">height</span>/2, 300, <span style="color: #FF6699;">width</span>/2, <span style="color: #FF6699;">height</span>/2, 0, 0, 1, 0);
52+
&nbsp;&nbsp;
5353
&nbsp;&nbsp;<span style="color: #006699;">pointLight</span>(200, 200, 200, <span style="color: #FF6699;">width</span>/2, <span style="color: #FF6699;">height</span>/2, -200);
5454
&nbsp;&nbsp;
5555
&nbsp;&nbsp;<span style="color: #006699;">translate</span>(<span style="color: #FF6699;">width</span>/2, <span style="color: #FF6699;">height</span>/2);

0 commit comments

Comments
 (0)