|
@@ -30,6 +30,8 @@ function WebGLRenderTarget( width, height, options ) {
|
|
|
this.texture = new Texture( undefined, undefined, options.wrapS, options.wrapT, options.magFilter, options.minFilter, options.format, options.type, options.anisotropy, options.encoding );
|