From e46e386ccba7ddb3b3eedca01496b1bfbf720a5e Mon Sep 17 00:00:00 2001 From: jony89 Date: Fri, 27 Mar 2020 18:54:28 +0300 Subject: [PATCH] fix: udpate BillboardGraphics (#43340) fix: udpate BillboardGraphics with pixelOffsetScaleByDistance see https://cesium.com/docs/cesiumjs-ref-doc/BillboardGraphics.html --- types/cesium/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/cesium/index.d.ts b/types/cesium/index.d.ts index 77f50d96a8..733c801a12 100644 --- a/types/cesium/index.d.ts +++ b/types/cesium/index.d.ts @@ -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; });