Is there any example that can test the performance of the babylon engine?
I have a model with many subdivisions, so I want to observe the effect of babylon under different subdivisions.
Any help will be helpful, thanks!
Is there any example that can test the performance of the babylon engine?
I have a model with many subdivisions, so I want to observe the effect of babylon under different subdivisions.
Any help will be helpful, thanks!
The best way is to make a PG and see how it goes! Use the Performance tab of your browser if you want detailed data about timings.
Also a fast way if you just want to test the models/animations and such is to throw it to the sandbox (especially if it is in glb format). https://sandbox.babylonjs.com/
thanks a lot ! I’ll try it !
thanks a lot ! I’ll try it !
The Inspector is the simplest way to check most common parameters.
Also, there are tools to provide more information: Optimizing Your Scene | Babylon.js Documentation
You can write your own performance checker for your needs, like at screenshot.
Simple console helper - Tools | Babylon.js Documentation
Thank you so much ! I really appreciate it