|
@@ -64,6 +64,12 @@
|
|
Use this method if you want to convert an equirectangular panorama to the cubemap format.
|
|
Use this method if you want to convert an equirectangular panorama to the cubemap format.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
+ <h3>[method:undefined clear]( [param:WebGLRenderer renderer], [param:Boolean color], [param:Boolean depth], [param:Boolean stencil] )</h3>
|
|
|
|
+ <p>
|
|
|
|
+ Call this to clear the renderTarget's color, depth, and/or stencil buffers.
|
|
|
|
+ The color buffer is set to the renderer's current clear color. Arguments default to *true*.
|
|
|
|
+ </p>
|
|
|
|
+
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|
|
|
|
|
|
<p>
|
|
<p>
|