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

Updated builds.

上级 9cf0edcc
......@@ -20697,6 +20697,15 @@
};
this.getDrawingBufferSize = function () {
return {
width: _width * _pixelRatio,
height: _height * _pixelRatio
};
};
this.setDrawingBufferSize = function ( width, height, pixelRatio ) {
_width = width;
......
此差异已折叠。
......@@ -20691,6 +20691,15 @@ function WebGLRenderer( parameters ) {
};
this.getDrawingBufferSize = function () {
return {
width: _width * _pixelRatio,
height: _height * _pixelRatio
};
};
this.setDrawingBufferSize = function ( width, height, pixelRatio ) {
_width = width;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册