How to rerender manually with requestRenderMode ? #683
Unanswered
davidbourrel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I'm a developper and I'm working on a React (Vite) project with Cesium/Resium.
Everything works pretty well but I noticed that Cesium consumes a lot of resources (memory etc...) with the automatic render (without requestRenderMode={true} ). So I want to only rerender manually when something change and I have some issues to do that.
When I fetch orbits and display it, nothing happens. I have to hover the map to see rerender and see finally my entities. (no problem with requestRenderMode={true}) so I wonder how to do that.
Cesium Viewer :
Handle submit :
Orbits entites :
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions