From a56777639efc65d506b85d2bcff68ce0e3748490 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期三, 15 十二月 2021 11:02:43 +0800 Subject: [PATCH] # --- static/js/object/StoreCrn.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/object/StoreCrn.js b/static/js/object/StoreCrn.js index fa10a4c..63313ad 100644 --- a/static/js/object/StoreCrn.js +++ b/static/js/object/StoreCrn.js @@ -13,7 +13,7 @@ var a = new THREE.Mesh(new THREE.BoxBufferGeometry(this.crnBodyLength, this.crnBodyHeight, this.crnBodyWidth), new THREE.MeshBasicMaterial({ color: 0xff0000, transparent: true, - opacity: .3 + opacity: 1.3 })) a.name = option.crnNo + "-body"; a.position.x = option.crnBody.position.x; -- Gitblit v1.9.1