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

r126

上级 292e51c5
...@@ -727,7 +727,7 @@ ...@@ -727,7 +727,7 @@
Function("r", "regeneratorRuntime = r")(runtime); Function("r", "regeneratorRuntime = r")(runtime);
} }
var REVISION = '126dev'; var REVISION = '126';
var MOUSE = { var MOUSE = {
LEFT: 0, LEFT: 0,
MIDDLE: 1, MIDDLE: 1,
此差异已折叠。
// threejs.org/license // threejs.org/license
const REVISION = '126dev'; const REVISION = '126';
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 }; 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 TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
const CullFaceNone = 0; const CullFaceNone = 0;
// r125 // r126
const assets = [ const assets = [
'./', './',
......
{ {
"name": "three", "name": "three",
"version": "0.125.2", "version": "0.126.0",
"description": "JavaScript 3D library", "description": "JavaScript 3D library",
"main": "build/three.js", "main": "build/three.js",
"module": "build/three.module.js", "module": "build/three.module.js",
......
export const REVISION = '126dev'; export const REVISION = '126';
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 }; 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 TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
export const CullFaceNone = 0; export const CullFaceNone = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册