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

r138

上级 944aeb1b
......@@ -7,7 +7,7 @@
Object.defineProperty(exports, '__esModule', { value: true });
const REVISION = '138dev';
const REVISION = '138';
const MOUSE = {
LEFT: 0,
MIDDLE: 1,
......@@ -9,7 +9,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
})(this, (function (exports) { 'use strict';
const REVISION = '138dev';
const REVISION = '138';
const MOUSE = {
LEFT: 0,
MIDDLE: 1,
此差异已折叠。
......@@ -3,7 +3,7 @@
* Copyright 2010-2022 Three.js Authors
* SPDX-License-Identifier: MIT
*/
const REVISION = '138dev';
const REVISION = '138';
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;
// r137
// r138
const cacheName = 'threejs-editor';
......
{
"name": "three",
"version": "0.137.5",
"version": "0.138.0",
"description": "JavaScript 3D library",
"type": "module",
"main": "./build/three.js",
......
export const REVISION = '138dev';
export const REVISION = '138';
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册