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

r125bis

上级 e1037f93
......@@ -785,7 +785,7 @@
Function("r", "regeneratorRuntime = r")(runtime);
}
var REVISION = '125dev';
var REVISION = '125';
var MOUSE = {
LEFT: 0,
MIDDLE: 1,
此差异已折叠。
// threejs.org/license
const REVISION = '125dev';
const REVISION = '125';
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;
{
"name": "three",
"version": "0.125.0",
"version": "0.125.1",
"description": "JavaScript 3D library",
"main": "build/three.js",
"module": "build/three.module.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册