|
@@ -328,29 +328,20 @@
|
|
todo
|
|
todo
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <h3>.supportsFloatTextures() [page:todo]</h3>
|
|
|
|
|
|
+ <h3>.supportsFloatTextures() [page:boolean]</h3>
|
|
<div>
|
|
<div>
|
|
todo
|
|
todo
|
|
</div>
|
|
</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>
|
|
<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>
|
|
<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>
|
|
</div>
|
|
|
|
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|