switch to latest three.js, bypass compression for this library

This commit is contained in:
Stewart Allen 2018-09-17 13:52:57 -04:00
commit 8bfadc0dda
4 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
var exports = {
COPYRIGHT:"Copyright (C) 2014-2018 Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE:"See the license.md file included with the source distribution",
VERSION:"1.2.4"
VERSION:"1.2.4a"
};
if (!module) var module = {};
module.exports = exports;

View file

@ -716,7 +716,6 @@ var ver = require('../js/license.js'),
script = {
kiri : [
"license",
"ext-n3d",
"ext-clip",
"ext-tween",
"ext-fsave",
@ -755,7 +754,6 @@ var ver = require('../js/license.js'),
],
meta : [
"license",
"ext-n3d",
"ext-tween",
"ext-fsave",
"add-array",
@ -772,7 +770,6 @@ var ver = require('../js/license.js'),
],
work : [
"license",
"ext-n3d",
"ext-clip",
"add-array",
"add-three",

View file

@ -33,7 +33,7 @@
"leveldown": "^1.9.0",
"levelup": "^1.3.9",
"moment": "^2.22.2",
"n3d-threejs": "^72.0.0",
"three": "^0.96.0",
"pixi.js": "^4.8.2",
"request": "^2.88.0",
"serve-static": "^1.13.2",

View file

@ -17,6 +17,7 @@
<link rel="apple-touch-icon" href="/kiri/favicon-mobile.png">
<link rel="stylesheet" type="text/css" href="/moto/style.css">
<link rel="stylesheet" type="text/css" href="/kiri/style.css">
<script src="js/ext-three.js"></script>
</head>
<body>
<script>