|
@@ -74,12 +74,12 @@
|
|
|
|
|
|
<h3>[property:boolean depthBuffer]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Renders to the depth buffer. Default is true.
|
|
|
</div>
|
|
|
|
|
|
<h3>[property:boolean stencilBuffer]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Renders to the stencil buffer. Default is true.
|
|
|
</div>
|
|
|
|
|
|
<h3>[property:boolean generateMipmaps]</h3>
|
|
@@ -87,9 +87,9 @@
|
|
|
Whether to generate mipmaps (if possible) for a texture. True by default.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[property:todo shareDepthFrom]</h3>
|
|
|
+ <h3>[property:WebGLRenderTarget shareDepthFrom]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Shares the depth from another WebGLRenderTarget. Default is null.
|
|
|
</div>
|
|
|
|
|
|
|