提交 c2919eaa 编写于 作者: M Mr.doob

WebGLRenderTarget: Removed name from options object. See #10304.

上级 03d7c6a3
......@@ -37,8 +37,6 @@ function WebGLRenderTarget( width, height, options ) {
this.stencilBuffer = options.stencilBuffer !== undefined ? options.stencilBuffer : true;
this.depthTexture = options.depthTexture !== undefined ? options.depthTexture : null;
this.texture.name = options.name !== undefined ? options.name : "";
}
WebGLRenderTarget.prototype = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册