|  |  |  | 
|---|
|  |  |  | 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", | 
|---|
| New file | 
|  |  |  | 
|---|
|  |  |  | # 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 | 
|---|
|  |  |  | 
|---|
|  |  |  | 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")) { | 
|---|