CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.79k stars 3.46k forks source link

tiles3d_tileset_time not working for most styles #5550

Open lilleyse opened 7 years ago

lilleyse commented 7 years ago

tiles3d_tileset_time works for point cloud shader backend, but not for the regular JS styling engine.

The fix is to force a style that uses this variable to become dirty every frame.

lilleyse commented 5 years ago

Also fix this for tiles not containing features. See https://github.com/AnalyticalGraphicsInc/cesium/pull/7255#issuecomment-438449047