Skip to content

Commit 783d2dd

Browse files
authored
Fixed typo.
1 parent f08e7dd commit 783d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/static/tutorials/p3d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h3>Lighting</h3>
313313
</pre><br/>
314314
</p>
315315

316-
<p>Note how the call to the lights() function is included in draw(). Just as with matrix transformations, the 3D scene is reset each time through draw() any therefore any lighting must be included in order to remain persistent.</p>
316+
<p>Note how the call to the lights() function is included in draw(). Just as with matrix transformations, the 3D scene is reset each time through draw() and therefore any lighting must be included in order to remain persistent.</p>
317317

318318
<p>In order to set custom lighting for your scene there are four different kinds of lights.</p>
319319

0 commit comments

Comments
 (0)