I have hundreds of moving objects in my scene and I was wondering what could be the effective way to render this objects. I am not sure if I should use instanced mesh since objects are moving, so even if one object moves I’ll have to update hundreds of Matrix and also I wanna calculate the distance of all those object with player entity which will be controlled by user. So what could be possible ways to this?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Instancing + moving objects - algorithm? | 2 | 791 | September 7, 2021 | |
| Best way to move through 1000 planes moving at different speeds? Camera or Move all the planes? | 2 | 520 | September 30, 2022 | |
| Update many objects at the same time | 3 | 585 | November 4, 2021 | |
| Rendering Large No Of objects | 1 | 2372 | September 8, 2017 | |
| Is there a way to assign different movements to different instances of an InstancedMesh? | 2 | 563 | June 17, 2022 |