Constructor
new WebGLRenderTarget( width : number, height : number, options : RenderTarget~Options )
Constructs a new 3D render target.
width |
The width of the render target. |
height |
The height of the render target. |
options |
The configuration object. |
Properties
.isWebGLRenderTarget : boolean (readonly)
This flag can be used for type testing.
Default is true.