From 1f7585d8c4cc86f0a1e6d3d62188e88698b57089 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 15 十二月 2021 16:14:36 +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