@@ -9,7 +9,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
}(this, (function (exports) { 'use strict';
- const REVISION = '130dev';
+ const REVISION = '130';
const MOUSE = {
LEFT: 0,
MIDDLE: 1,
@@ -3,7 +3,7 @@
* Copyright 2010-2021 Three.js Authors
* SPDX-License-Identifier: MIT
*/
-const REVISION = '130dev';
+const REVISION = '130';
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;
@@ -1,4 +1,4 @@
-// r129
+// r130
const cacheName = 'threejs-editor';
@@ -1,6 +1,6 @@
{
"name": "three",
- "version": "0.129.0",
+ "version": "0.130.0",
"description": "JavaScript 3D library",
"main": "build/three.js",
"module": "build/three.module.js",
-export const REVISION = '130dev';
+export const REVISION = '130';
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
export const CullFaceNone = 0;