Ver código fonte

Revert "Docs: Clarified WebGLRenderTarget optional parameters"

Mr.doob 4 anos atrás
pai
commit
5eb09748bb
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/api/en/renderers/WebGLRenderTarget.html

+ 2 - 2
docs/api/en/renderers/WebGLRenderTarget.html

@@ -23,8 +23,8 @@
 		<h3>[name]([param:Number width], [param:Number height], [param:Object options])</h3>
 
 		<p>
-		[page:Float width] - (optional) The width of the renderTarget.<br />
-		[page:Float height] - (optional) The height of the renderTarget.<br />
+		[page:Float width] - The width of the renderTarget. <br />
+		[page:Float height] - The height of the renderTarget.<br />
 		options - (optional object that holds texture parameters for an auto-generated target
 		texture and depthBuffer/stencilBuffer booleans.