Przeglądaj źródła

Merge pull request #5174 from abiro/dev

Fixed 'WebGLRenderer.clear' method's description
Mr.doob 11 lat temu
rodzic
commit
f4403403aa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/api/renderers/WebGLRenderer.html

+ 1 - 1
docs/api/renderers/WebGLRenderer.html

@@ -218,7 +218,7 @@
 
 
 		<h3>.clear( [page:Boolean color], [page:Boolean depth], [page:Boolean stencil] )</h3>
 		<h3>.clear( [page:Boolean color], [page:Boolean depth], [page:Boolean stencil] )</h3>
 		<div>Tells the renderer to clear its color, depth or stencil drawing buffer(s).</div>
 		<div>Tells the renderer to clear its color, depth or stencil drawing buffer(s).</div>
-		<div>If no parameters are passed, no buffer will be cleared.</div>
+		<div>Arguments default to true.</div>
 
 
 		<h3>.addPostPlugin( plugin )</h3>
 		<h3>.addPostPlugin( plugin )</h3>
 		<div>Initialises the postprocessing plugin, and adds it to the renderPluginsPost array.</div>
 		<div>Initialises the postprocessing plugin, and adds it to the renderPluginsPost array.</div>