#
luxiaotao1123
2021-12-22 f1b81cabbcc35ab8f3f871ea13c65af33e2c42a4
#
3个文件已修改
8个文件已添加
353858 ■■■■■ 已修改文件
static/img/skybox0/nx.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/ny.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/nz.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/px.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/py.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/pz.jpg 补丁 | 查看 | 原始文档 | blame | 历史
static/js/app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/data/Asrs.js 341398 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/model/obj/链条输送机.mtl 38 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/model/obj/链条输送机.obj 12417 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
views/index.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/img/skybox0/nx.jpg
static/img/skybox0/ny.jpg
static/img/skybox0/nz.jpg
static/img/skybox0/px.jpg
static/img/skybox0/py.jpg
static/img/skybox0/pz.jpg
static/js/app.js
@@ -158,7 +158,7 @@
                this.scene.background = new THREE.Color( 0xf0f0f0 );
            } else {
                const cubeTextureLoader = new THREE.CubeTextureLoader();
                cubeTextureLoader.setPath( '../static/img/skybox/' );
                cubeTextureLoader.setPath( '../static/img/skybox0/' );
                this.scene.background = cubeTextureLoader.load([
                    "px.jpg", "nx.jpg",
                    "py.jpg", "ny.jpg",
static/js/data/Asrs.js
Diff too large
static/model/obj/Á´ÌõÊäËÍ»ú.mtl
New file
@@ -0,0 +1,38 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# åˆ›å»ºçš„æ–‡ä»¶:21.12.2021 16:15:23
newmtl 02___Default
    Ns 17.0000
    Ni 1.5000
    d 1.0000
    Tr 0.0000
    Tf 1.0000 1.0000 1.0000
    illum 2
    Ka 0.9098 0.6824 0.1961
    Kd 0.9098 0.6824 0.1961
    Ks 0.1800 0.1800 0.1800
    Ke 0.0000 0.0000 0.0000
newmtl 01___Default
    Ns 10.0000
    Ni 1.5000
    d 1.0000
    Tr 0.0000
    Tf 1.0000 1.0000 1.0000
    illum 2
    Ka 0.5880 0.5880 0.5880
    Kd 0.5000 0.5000 0.5000
    Ks 0.0000 0.0000 0.0000
    Ke 0.0000 0.0000 0.0000
newmtl Material__134
    Ns 10.0000
    Ni 1.5000
    d 1.0000
    Tr 0.0000
    Tf 1.0000 1.0000 1.0000
    illum 2
    Ka 0.0000 0.0000 0.0000
    Kd 0.0000 0.0000 0.0000
    Ks 0.0000 0.0000 0.0000
    Ke 0.0000 0.0000 0.0000
static/model/obj/Á´ÌõÊäËÍ»ú.obj
New file
Diff too large
views/index.html
@@ -96,7 +96,8 @@
    var speedDom = document.getElementById("speed");
    var timer = setInterval(function () {
        if (percent < 100.00) {
            percent += 0.04;
            // percent += 0.04;
            percent += 1;
            speedDom.innerText = percent.toFixed(2);
        } else {
            if (!hasClass(shipInfoBtn, "show")) {