@poor-knight/cesium-utils 0.3.3 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,6 +103,7 @@ export declare class ShipLayer implements Layer {
103
103
  update(feature: Feature<Point>): void;
104
104
  private readonly IS_MOVING_THRESHOLD;
105
105
  private renderEntity;
106
+ private shadowEntityMap;
106
107
  private createShipPlane;
107
108
  }
108
109