提交 0b0dd7f7 编写于 作者: G gero3

Update WebGLRenderer.html

上级 a8abdb18
......@@ -328,29 +328,20 @@
todo
</div>
<h3>.supportsFloatTextures() [page:todo]</h3>
<h3>.supportsFloatTextures() [page:boolean]</h3>
<div>
todo
</div>
<h3>.clearTarget([page:todo renderTarget], [page:todo color], [page:todo depth], [page:todo stencil]) [page:todo]</h3>
<h3>.clearTarget([page:WebGLRenderTarget renderTarget], [page:boolean color], [page:boolean depth], [page:boolean stencil]) </h3>
<div>
renderTarget -- todo <br />
color -- todo <br />
depth -- todo <br />
stencil -- todo
renderTarget -- The [page:WebGLRenderTarget renderTarget] that needs to be cleared.<br />
color -- If set, then the color gets cleared. <br />
depth -- If set, then the depth gets cleared. <br />
stencil -- If set, then the stencil gets cleared.
</div>
<div>
todo
</div>
<h3>.setClearColorHex([page:todo hex], [page:todo alpha]) [page:todo]</h3>
<div>
hex -- todo <br />
alpha -- todo
</div>
<div>
todo
This method clears a rendertarget. To do this, it activates the rendertarget.
</div>
<h2>Source</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册