浏览代码

Update Renderer.html

Fixed minor type
Lewy Blue 8 年之前
父节点
当前提交
ba262211f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/constants/Renderer.html

+ 1 - 1
docs/api/constants/Renderer.html

@@ -33,7 +33,7 @@
 		<div>
 		<div>
 		These are used by the WebGLRenderer's [page:WebGLRenderer.setFaceCulling setFaceCulling] method.<br /><br />
 		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 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>
 		</div>
 
 
 		<h2>Shadow Types</h2>
 		<h2>Shadow Types</h2>