Mr.doob 7 years ago
parent
commit
da2936540a
5 changed files with 2950 additions and 2810 deletions
  1. 1397 1241
      build/three.js
  2. 154 326
      build/three.min.js
  3. 1397 1241
      build/three.module.js
  4. 1 1
      package.json
  5. 1 1
      src/constants.js

File diff suppressed because it is too large
+ 1397 - 1241
build/three.js


File diff suppressed because it is too large
+ 154 - 326
build/three.min.js


File diff suppressed because it is too large
+ 1397 - 1241
build/three.module.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "three",
-  "version": "0.88.0",
+  "version": "0.89.0",
   "description": "JavaScript 3D library",
   "main": "build/three.js",
   "repository": "mrdoob/three.js",

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export var REVISION = '89dev';
+export var REVISION = '89';
 export var MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2 };
 export var CullFaceNone = 0;
 export var CullFaceBack = 1;

Some files were not shown because too many files changed in this diff