Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Destroy particle on collision
#11
(03-05-2018, 08:32 AM)josemendez Wrote: You could deactivate collisions and just iterate over all particles positions instead, yes.

Out of curiosity, I've tested this script and it only causes a 10% performance impact or so for 2500 particles. What platform are you targeting? and have you profiled to make sure this is the culprit?

I'm building on windows targeting windows. I haven't done extensive tests besides the deactivating and reactivating the script which seems to cause the slowdown. Deactivating it resumes back up to normal fps and reactivating causes the slowdown once the particles build back up.

Could you provide me with a code snippet to do this?
im assuming its a for(all particles){ if particle.x > num { particle.life = 0 }} 

Just not too sure on the specific code.

Thank you!
Reply


Messages In This Thread
Destroy particle on collision - by Kalidor - 29-09-2017, 10:50 AM
RE: Destroy particle on collision - by josemendez - 29-09-2017, 12:01 PM
RE: Destroy particle on collision - by Kalidor - 29-09-2017, 12:30 PM
RE: Destroy particle on collision - by josemendez - 29-09-2017, 02:09 PM
RE: Destroy particle on collision - by KalidorH8r - 26-10-2018, 04:28 PM
RE: Destroy particle on collision - by Kalidor - 29-09-2017, 02:45 PM
RE: Destroy particle on collision - by josemendez - 29-09-2017, 03:03 PM
RE: Destroy particle on collision - by Kalidor - 29-09-2017, 03:54 PM
RE: Destroy particle on collision - by Kalidor - 02-10-2017, 01:40 PM
RE: Destroy particle on collision - by Jaydena - 03-05-2018, 07:28 AM
RE: Destroy particle on collision - by josemendez - 03-05-2018, 08:32 AM
RE: Destroy particle on collision - by Jaydena - 04-05-2018, 01:44 AM
RE: Destroy particle on collision - by josemendez - 18-10-2021, 08:22 AM