发布时间: 2019年11月29日
改进:
缺陷修复:
发布时间: 2019年11月7日
改进:
缺陷修复:
发布时间: 2019年10月23日
缺陷修复:
发布时间: 2019年10月17日
改进:
发布时间: 2019年10月14日
新功能:
发布时间: 2019年9月20日
新功能:
RenderItems.PlanetItems::showGroundCloud {boolean}
是否显示云层(大气层外视角)发布时间: 2019年9月13日
新功能:
terrain-rgb
格式。改进:
发布时间: 2019年9月11日
新功能:
改进:
发布时间: 2019年9月6日
改进:
发布时间: 2019年9月5日
新功能:
发布时间: 2019年9月4日
缺陷修复:
发布时间: 2019年8月28日
新功能:
Sandbox
时选择 renderItems::planet::showDem = true
开启。缺陷修复:
GeoSystem::align
后,场景没有及时更新导致的 crop
位置不准确。tilt = 0
, 鼠标控制可能发生剧烈抖动。改进: 一部分非公开的,但是再范例中使用过的接口,改为了公开接口。
projectMarker._apiInfo.name -> projectMarker.spec.name
marker._apiInfo.annotations -> marker.spec.render.annotations
let geoInfo = altmarker._apiInfo.geoInfo
maxlat = geoInfo.maxLat
maxlng = geoInfo.maxLong
minlat = geoInfo.minLat
minlng = geoInfo.minLong
更改为
let geoInfo = altmarker.spec.model.gis
maxlat = geoInfo.maxLat
maxlng = geoInfo.maxLng
minlat = geoInfo.minLat
minlng = geoInfo.minLng
发布时间: 2019年8月16日
新功能:
GLTF/GLB
模型改进:
Marker::postion
, scale
等接口兼容字符串类型发布时间: 2019年8月7日
新功能:
Marker 聚类
Marker 聚类
增加样式接口改进:
发布时间: 2019年8月2日
新功能:
sandbox.camera.range()
sandbox.control.enabledSwirlLeft
发布时间: 2019年7月31日
缺陷修复:
VideoProjectorMarker
destruct 崩溃问题。改进:
VideoProjectorMarker
加入数据加载判断,当视频加载到可以播放时,才会融合到模型上。