I have built a small simulator
I have about 350 3d physics objects most are dynamic but some are static
if I increase the number of dynamic objects above 300 fps starts to drop moderately.
then I made a small out of the box test cause I was thinking of streaming a lot of 3d physics objects from another app to this app , only that on this app theses would not count as physics objects but just objects with a live stream including angles ,positions , colors.. etc..
so I ran a test of the main app and ran it about 6 times... all fps droped a bit for each new instance but all were extremlly stable..
so it made me think, how does the 3d physics limitation work ?
I could potentially create 10 windows of this app then stream it to one app that will combine all of them , true the streamed objects will never collide with the other stream objects from different windows.. but it will double up to 10 the number of physics objects in one instance..
besides that
what am I looking for when tweaking a lot of dynamic objects ?.. I have already done some tweaking but not nearly enough..
thank you for your time.
hope TGC will answer this one