Skip to content

Commit

Permalink
Merge pull request #11468 from looeee/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix minor type in renderer constants
  • Loading branch information
mrdoob authored Jun 8, 2017
2 parents 2cd1575 + ba26221 commit b45f9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/constants/Renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Front Face Direction</h2>
<div>
These are used by the WebGLRenderer's [page:WebGLRenderer.setFaceCulling setFaceCulling] method.<br /><br />
[page:constant FrontFaceDirectionCW] sets the winding order for polygons to clockwise.<br />
[page:constant FrontFaceDirectionCW] sets the winding order for polygons to counter-clockwise (default).
[page:constant FrontFaceDirectionCCW] sets the winding order for polygons to counter-clockwise (default).
</div>

<h2>Shadow Types</h2>
Expand Down

0 comments on commit b45f9c5

Please sign in to comment.