leo
Results
1
comments of
leo
我这样设置了边框,没有报错,但是也没有显示边框 mapRef.on('click', e => { const mesh = threeLayer.identify(e.coordinate,{count: 1}); if (mesh.length > 0 && mesh[0] instanceof ExtrudePolygon) { const outlinePass = new OutlinePass( new THREE.Vector2(width, height), scene, camera, [mesh[0].getObject3d()]);...