fix: udpate BillboardGraphics (#43340)

fix: udpate BillboardGraphics with pixelOffsetScaleByDistance

see https://cesium.com/docs/cesiumjs-ref-doc/BillboardGraphics.html
This commit is contained in:
jony89
2020-03-27 18:54:28 +03:00
committed by GitHub
parent a4c01b7736
commit e46e386ccb

View File

@@ -2134,6 +2134,7 @@ declare namespace Cesium {
height: Property;
scaleByDistance: Property;
translucencyByDistance: Property;
disableDepthTestDistance: Property;
pixelOffsetScaleByDistance: Property;
constructor(options?: { image?: Property;
show?: Property;
@@ -2150,6 +2151,7 @@ declare namespace Cesium {
scaleByDistance?: Property;
translucencyByDistance?: Property;
pixelOffsetScaleByDistance?: Property;
disableDepthTestDistance?: Property;
imageSubRegion?: Property
heightReference?: Property;
});