Explorar o código

Merge pull request #21334 from mrdoob/revert-21315-docs/webglrendertarget

Revert "Docs: Clarified WebGLRenderTarget optional parameters"
Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
31d8606a5a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.