PlayCanvas | HTML5 Game Engine please help because lots of capsules isnt smart
Hi @Wyatt_Schilz and welcome,
Are you trying to simulate water/fluids in real-time? That wouldn’t be easy nor performant in most scenarios.
If you are OK in using primitives e.g. capsules or spheres of various sizes, you could use either batching or hardware instancing (PlayCanvas Examples) to get good performance. While being able to update the position of each instance in real-time.
1 Like
Thanks ill definently try to
1 Like