I transferred my project to the newly released 6.3.1 version and then I realized that my fps drops with every mouse movement, if it is necessary to add as a note, any listener mouse does not work as a move, thanks
Did you check this page and in particular this optimization ? Optimizing Your Scene | Babylon.js Documentation
Yes, all in accordance with the optimization
This is usually the behavior in a very complex scene with picking turned on. Check your meshes are not pickable.
And - a reproduction is a must in this case. Apart from general recommendations, how are we to help?
Thank you for your help, I will examine the click events one by one in the onMeshLoaded section.
1 Like