{"el-amap-three-gltf/url":{"type":"string","description":"模型地址,只支持gltf\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/scale":{"type":"number|array[x|y|z]","description":"缩放大小\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/position":{"type":"array","description":"车辆位置经纬度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/visible":{"type":"boolean","description":"是否显示，默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/rotation":{"type":"object","description":"旋转角度,通过该参数调整模型方向\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/angle":{"type":"number","description":"模型绕Y轴旋转角度，该参数主要用于车辆模型的位置调整\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/move-animation":{"type":"{duration: number|smooth: boolean}","description":"是否开启移动动画\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/config-loader":{"type":"function","description":"配置loader，用于添加draco等扩展\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/use-model-cache":{"type":"boolean","description":"是否启用模型缓存，开启后模型批量加载同一个模型地址时只有第一个执行下载，后续模型将直接使用clone能力。默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/show-popup":{"type":"boolean","description":"是否显示popup，默认false，如果需要展示popup，需要开启将`el-amap-layer-three`的`create-css-render`属性设置为true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/popup-height":{"type":"number","description":"popup的高度，默认 0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/popup-scale":{"type":"number|array\\[number\\]","description":"三维弹窗的缩放比例(只有在popupType为3D时生效)\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/popup-type":{"type":"'2d'|'3d'","description":"信息弹窗类型\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes)"},"el-amap-three-gltf/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events)"},"el-amap-three-gltf/click":{"type":"event","description":"点击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events)"},"el-amap-three-gltf/mouseover":{"type":"event","description":"鼠标悬浮\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events)"},"el-amap-three-gltf/mouseout":{"type":"event","description":"鼠标离开\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events)"},"el-amap-layer-three/lights":{"type":"array","description":"配置灯光数据，具体参数见下面\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/hdr":{"type":"object","description":"HDR功能配置，具体参数见下面\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/alpha":{"type":"boolean","description":"canvas是否包含alpha (透明度)。默认为 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/antialias":{"type":"boolean","description":"是否执行抗锯齿。默认为false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/zooms":{"type":"array","description":"支持的缩放级别范围，默认范围 [2-20]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/visible":{"type":"boolean","description":"是否显示，默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/z-index":{"type":"number","description":"图层叠加的顺序值，1 表示最底层。默认 zIndex：120\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/opacity":{"type":"number","description":"透明度，默认 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/axes-helper":{"type":"boolean","description":"是否开启debug的箭头，默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/create-canvas":{"type":"boolean","description":"是否创建新的canvas绘制threejs，默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/web-g-l-renderer-parameters":{"type":"webglrendererparameters","description":"创建WebglRenderer时传递的数据\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/create-css-render":{"type":"boolean","description":"是否创建cssRender，只有开启cssRender后，gltf组件的popup才能生效\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes)"},"el-amap-layer-three/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events)"},"el-amap-layer-three/click":{"type":"event","description":"点击图层，获取自定义的物体\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events)"},"el-amap-layer-three/mouseover":{"type":"event","description":"移动到自定义的物体上\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events)"},"el-amap-layer-three/mouseout":{"type":"event","description":"从自定义的物体上移除\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events)"},"el-amap-three-light-ambient/color":{"type":"string","description":"颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#attributes)"},"el-amap-three-light-ambient/intensity":{"type":"number","description":"光照的强度。缺省值为 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#attributes)"},"el-amap-three-light-ambient/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#events)"},"el-amap-three-light-directional/color":{"type":"string","description":"颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes)"},"el-amap-three-light-directional/intensity":{"type":"number","description":"光照的强度。缺省值为 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes)"},"el-amap-three-light-directional/position":{"type":"{x:number|y:number|z:number}","description":"灯光位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes)"},"el-amap-three-light-directional/target":{"type":"object3d","description":"物体，配置后，平行光将跟着物体\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes)"},"el-amap-three-light-directional/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#events)"},"el-amap-three-light-hemisphere/color":{"type":"string","description":"天空中发出光线的颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes)"},"el-amap-three-light-hemisphere/ground-color":{"type":"string","description":"地面发出光线的颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes)"},"el-amap-three-light-hemisphere/intensity":{"type":"number","description":"光照的强度。缺省值为 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes)"},"el-amap-three-light-hemisphere/position":{"type":"{x:number|y:number|z:number}","description":"灯光位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes)"},"el-amap-three-light-hemisphere/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#events)"},"el-amap-three-light-point/color":{"type":"string","description":"颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes)"},"el-amap-three-light-point/intensity":{"type":"number","description":"光照的强度。缺省值为 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes)"},"el-amap-three-light-point/distance":{"type":"number","description":"这个距离表示从光源到光照强度为0的位置。 当设置为0时，光永远不会消失(距离无穷大)。缺省值 0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes)"},"el-amap-three-light-point/decay":{"type":"number","description":"沿着光照距离的衰退量。缺省值 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes)"},"el-amap-three-light-point/position":{"type":"{x:number|y:number|z:number}","description":"灯光位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes)"},"el-amap-three-light-point/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#events)"},"el-amap-three-light-spot/color":{"type":"string","description":"颜色\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/intensity":{"type":"number","description":"光照的强度。缺省值为 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/distance":{"type":"number","description":"这个距离表示从光源到光照强度为0的位置。 当设置为0时，光永远不会消失(距离无穷大)。缺省值 0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/angle":{"type":"number","description":"光线散射角度，最大为Math.PI/2\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/penumbra":{"type":"number","description":"聚光锥的半影衰减百分比。在0和1之间的值。默认为0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/decay":{"type":"number","description":"沿着光照距离的衰退量。缺省值 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/position":{"type":"{x:number|y:number|z:number}","description":"灯光位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/target":{"type":"object3d","description":"灯光目标\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes)"},"el-amap-three-light-spot/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#events)"},"el-amap-three-polygon/side-top-color":{"type":"string","description":"侧面顶部颜色, 默认 #ffffff\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/side-bottom-color":{"type":"string","description":"侧面底部颜色, 默认 #ffffff\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/side-texture":{"type":"string","description":"侧面贴图图片地址，侧面优先使用该属性,默认空\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/top-color":{"type":"string","description":"顶部颜色, 默认 #ffffff\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/bottom-color":{"type":"string","description":"底部颜色, 默认 #ffffff\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/height":{"type":"number","description":"楼层高度，优先读取geojson数据中properties中的height，默认 30\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/depth-test":{"type":"boolean","description":"是否进行深度检测， 默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/source":{"type":"object","description":"geojson数据\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes)"},"el-amap-three-polygon/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#events)"},"el-amap-three-tiles3d/url":{"type":"string","description":"地址\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/position":{"type":"array","description":"模型中心点位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/scale":{"type":"number|{x|y|z}","description":"缩放大小\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/visible":{"type":"boolean","description":"是否显示，默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/rotation":{"type":"{x|y|z}","description":"旋转角度,通过该参数调整模型方向\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/translate":{"type":"{x|y|z}","description":"模型偏移设置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/draco-decoder-path":{"type":"string","description":"DRACOLoader 的decoder路径，默认使用CDN路径，默认：https://cdn.jsdelivr.net/npm/three@0.143/examples/js/libs/draco/\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/fetch-options":{"type":"object","description":"使用fetch下载文件的参数\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/mouse-event":{"type":"boolean","description":"是否开启事件,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/debug":{"type":"boolean","description":"是否开启debug，开启后将会在页面最顶部显示当前模型处理情况， 默认 false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/auto-focus":{"type":"boolean","description":"加载后是否自动将地图中心点移动到模型中心，仅在不传position时生效\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/config-loader":{"type":" => void","description":"配置loader，用于添加draco等扩展\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes)"},"el-amap-three-tiles3d/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events)"},"el-amap-three-tiles3d/click":{"type":"event","description":"点击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events)"},"el-amap-three-tiles3d/mouseover":{"type":"event","description":"鼠标悬浮\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events)"},"el-amap-three-video/video":{"type":"string|array|htmlvideoelement","description":"视频地址\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/visible":{"type":"boolean","description":"是否显示，默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/z-index":{"type":"number","description":"图层叠加的顺序值，1 表示最底层。默认 zIndex：0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/opacity":{"type":"number","description":"透明度，默认 1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/video-translate":{"type":"{x:number|y:number|z: number}","description":"视频位置偏移，主要用于配合背景使用\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/video-width":{"type":"number","description":"视频宽度，不填写时默认使用实际宽度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/video-height":{"type":"number","description":"视频高度，不填写时默认使用实际高度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/canvas":{"type":"htmlcanvaselement","description":"背景Canvas\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/position":{"type":"array","description":"位置经纬度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/altitude":{"type":"number","description":"视频海拔高度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/rotation":{"type":"{x:number|y:number|z:number}","description":"旋转角度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/scale":{"type":"number|array","description":"缩放大小\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/angle":{"type":"number","description":"旋转角度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/always-front":{"type":"boolean","description":"是否一直面朝屏幕,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes)"},"el-amap-three-video/init":{"type":"event","description":"实例初始化结束\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#events)"}}