Constructor
new WebGL3DRenderTarget( width : number, height : number, depth : number, options : RenderTarget~Options )
Constructs a new 3D render target.
width |
The width of the render target. |
height |
The height of the render target. |
depth |
The height of the render target. |
options |
The configuration object. |
Properties
.isWebGL3DRenderTarget : boolean (readonly)
This flag can be used for type testing.
Default is true.
.texture : Data3DTexture
Overwritten with a different texture type.
- Overrides: WebGLRenderTarget#texture