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

Updated builds

上级 43b59f94
......@@ -9,7 +9,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
}(this, (function (exports) { 'use strict';
const REVISION = '128';
const REVISION = '129dev';
const MOUSE = {
LEFT: 0,
MIDDLE: 1,
......@@ -7032,10 +7032,10 @@
count: -1
};
this.version = 0;
this.onUploadCallback = function () {};
}
onUploadCallback() {}
set needsUpdate(value) {
if (value === true) this.version++;
}
......@@ -18734,10 +18734,10 @@
};
this.version = 0;
this.uuid = generateUUID();
this.onUploadCallback = function () {};
}
onUploadCallback() {}
set needsUpdate(value) {
if (value === true) this.version++;
}
此差异已折叠。
......@@ -3,7 +3,7 @@
* Copyright 2010-2021 Three.js Authors
* SPDX-License-Identifier: MIT
*/
const REVISION = '128';
const REVISION = '129dev';
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
const CullFaceNone = 0;
......@@ -9121,10 +9121,10 @@ class BufferAttribute {
this.version = 0;
this.onUploadCallback = function () {};
}
onUploadCallback() {}
set needsUpdate( value ) {
if ( value === true ) this.version ++;
......@@ -25512,10 +25512,10 @@ class InterleavedBuffer {
this.uuid = generateUUID();
this.onUploadCallback = function () {};
}
onUploadCallback() {}
set needsUpdate( value ) {
if ( value === true ) this.version ++;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册