cquavui/public/config/hemispheres.json
2025-09-15 22:41:07 +08:00

88 lines
1.9 KiB
JSON

{
"三维立体类": [
{
"image": "/img/swsq.png",
"type": "circle",
"show": true,
"style": {
"color": "#FF1900",
"opacity": 0.5,
"diffHeight": 36,
"materialType": "RadarWave",
"radius": 234.39,
"rotationDegree": 0,
"materialOptions": {
"color": "#FF1900",
"speed": 5,
"materialType": "RadarWave"
},
"highlight": {
"type": "click",
"opacity": 0.9
}
},
"drawShow": true
},
{
"image": "/img/yuanzhu.png",
"type": "circle",
"show": true,
"style": {
"color": "#ff0000",
"opacity": 0.5,
"diffHeight": 30,
"materialType": "CircleWave",
"radius": 799.82,
"materialOptions": {
"color": "rgba(255,230,35,1)",
"count": 1,
"gradient": 0.1,
"speed": 5,
"materialType": "CircleWave"
},
"highlight": {
"type": "click",
"opacity": 0.9
}
},
"flyToOptions": {
"scale": 5,
"minHeight": 1500,
"maxHeight": 1500,
"pitch": -30,
"roll": -60
},
"drawShow": true
},
{
"name": "反制圈",
"image": "/img/leida.png",
"type": "ellipsoid",
"show": true,
"style": {
"radii_x": 200,
"radii_y": 200,
"radii_z": 200,
"maximumConeDegree": 90,
"color": "rgba(255,0,0,0.3)",
"outline": false,
"outlineColor": "rgba(255,255,255,0.5)",
"materialType": "EllipsoidElectric",
"materialOptions": {
"color": "#3388ff",
"speed": 10,
"materialType": "EllipsoidElectric"
}
},
"flyToOptions": {
"scale": 5,
"minHeight": 800,
"maxHeight": 3000,
"pitch": -30,
"roll": -60
},
"drawShow": true
}
]
}