Hi, our application has 2 groups of meshes:
Currently both groups are rendered together at 50Hz, and we are trying to reduce CPU usage.
To reduce CPU usage, is there a better way than using 2 scenes and rendering each of them manually?
Hi @Porton_don and welcome to the forum!
The issue is you will have to render both scene at the highest speed. What are the changes you mention? is it, in practice, really an issue? Did you try this tips available here ? Optimizing Your Scene | Babylon.js Documentation
You can perhaps put a group using layer masks and only render the slow group manually?