Skip to content

Commit d73ec14

Browse files
committed
fixed sign in code sample in PShader tutorial
1 parent 9c4eed6 commit d73ec14

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
@@ -50,7 +50,7 @@ <h3 style="line-height: 0.7em;"><em>Andres Colubri</em></h3>
5050
&nbsp;&nbsp;<span style="color: #006699;">background</span>(0);
5151
&nbsp;&nbsp;
5252
&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);
53-
&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);
53+
&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);
5656
&nbsp;&nbsp;<span style="color: #006699;">rotateY</span>(angle);

0 commit comments

Comments
 (0)