static/js/object/StoreShelf.js
@@ -13,7 +13,11 @@ this.rackWidth = 3;//支架的宽度,默认设定为3 // 材质 let shelfMat = new THREE.MeshLambertMaterial({color:0x175EC0});//定义支架和托盘的材质 let shelfMat = new THREE.MeshLambertMaterial({ color: 0x175EC0, transparent: true, opacity: .2 });//定义支架和托盘的材质 //定义一个组合体 let group = new THREE.Group();