Răsfoiți Sursa

Update Renderer.html

Fixed minor type
Lewy Blue 8 ani în urmă
părinte
comite
ba262211f2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/api/constants/Renderer.html

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

@@ -33,7 +33,7 @@
 		<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>