提交 01cae4ee 编写于 作者: A aardgoose

remove uuid from WebGLRenderTarget

上级 23be4d6b
......@@ -2,7 +2,6 @@ import { EventDispatcher } from '../core/EventDispatcher.js';
import { Texture } from '../textures/Texture.js';
import { LinearFilter } from '../constants.js';
import { Vector4 } from '../math/Vector4.js';
import { _Math } from '../math/Math.js';
/**
* @author szimek / https://github.com/szimek/
......@@ -17,8 +16,6 @@ import { _Math } from '../math/Math.js';
*/
function WebGLRenderTarget( width, height, options ) {
this.uuid = _Math.generateUUID();
this.width = width;
this.height = height;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册