Hello, Recently I’m working to optimize my large model and I get a good solution to merge all meshes together to get better FPS. And finally getting good FPS too, but I’m facing one issue that when I’m going closer to that model fps is dipping so high (approx from 32 fps to 8 fps).
So for preventing this I got some ideas:
- To use addLODLevel so that for different distances I can use different models.
- To splitting my model into 4 parts and then from different camera angles/directions I can show different models (For Example: If I’m watching a house so from the front side I’m able to show the front model of my house and if my camera is watching from the back so I’m able to watch only back model then the front model should be disposed or not visible.).
So please suggest to me what could be a better way to do this. Or if any other better thing is available to achieve this then please let me know.