#
luxiaotao1123
2021-12-15 a56777639efc65d506b85d2bcff68ce0e3748490
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;