static/js/app.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
static/js/common.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
static/js/app.js
@@ -99,7 +99,7 @@ // this.renderer.toneMapping = THREE.CineonToneMapping; // 色调 this.renderer.setSize(window.innerWidth, window.innerHeight); this.renderer.setPixelRatio( window.devicePixelRatio ); this.renderer.shadowMap.enabled = true; // this.renderer.shadowMap.enabled = true; this.renderer.shadowMap.type = THREE.BasicShadowMap; this.dom = document.getElementById("container"); this.dom.appendChild(this.renderer.domElement); static/js/common.js
@@ -1,4 +1,5 @@ var baseUrl = "http://localhost:9090/jkwcs" // var baseUrl = "http://localhost:9090/jkwcs" var baseUrl = "http://183.247.194.12:63200/jkwcs" function CommonFunction() {