Explorar o código

document behaviour when render target omitted (#8988)

aardgoose %!s(int64=9) %!d(string=hai) anos
pai
achega
4a84d64f3f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/api/renderers/WebGLRenderer.html

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

@@ -263,10 +263,10 @@
 
 		<h3>[method:null setRenderTarget]( [page:WebGLRenderTarget renderTarget] )</h3>
 		<div>
-		renderTarget -- The [page:WebGLRenderTarget renderTarget] that needs to be activated.<br />
+		renderTarget -- The [page:WebGLRenderTarget renderTarget] that needs to be activated (optional).<br />
 		</div>
 		<div>
-		This method sets the active rendertarget.
+		This method sets the active rendertarget. If the parameter is omitted the canvas is set as the active rendertarget.
 		</div>
 
 		<h3>[method:boolean supportsCompressedTextureS3TC]()</h3>