CesiumGS / cesium

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

How to calculate rendering a frame time in cesium #11133

Closed engineerhe closed 1 year ago

engineerhe commented 1 year ago

Hi,cesium teams, This may not be a bug,but it affects the experience.The problem is that different computers call callbackProperty at different frequencies, resulting in the animation effect on different computers may be fast or slow. I look forward to your response. Thank you.

ggetz commented 1 year ago

Hi @engineerhe, maybe try Scene.debugShowFramesPerSecond.

CesiumJS is a big project, so we use GitHub for feature requests and bug tracking exclusively. In the future, please take any questions to the Cesium Forum where there are members of the community and developers from the team who can help. Thanks!

engineerhe commented 1 year ago

Hi @ggetz ,Thanks you for your answer.It won't happen again.