|
@@ -59,7 +59,7 @@
|
|
|
An array representing the (ordered) chain of post-processing passes.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[property:WebGLRendererTarget readBuffer]</h3>
|
|
|
+ <h3>[property:WebGLRenderTarget readBuffer]</h3>
|
|
|
<p>
|
|
|
A reference to the internal read buffer. Passes usually read the previous render result from this buffer.
|
|
|
</p>
|
|
@@ -74,7 +74,7 @@
|
|
|
Whether the final pass is rendered to the screen (default framebuffer) or not.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[property:WebGLRendererTarget writeBuffer]</h3>
|
|
|
+ <h3>[property:WebGLRenderTarget writeBuffer]</h3>
|
|
|
<p>
|
|
|
A reference to the internal write buffer. Passes usually write their result into this buffer.
|
|
|
</p>
|