Difference between Partcle PhysX Operator and Particles PhysXShape?
#1
Question 
Hello,

I'm trying to understand the difference between useing particles as PhysX and PartclePhysX.
(I have already read the documents.)

https://docs.tyflow.com/tyflow_particles...e_physics/
and
https://docs.tyflow.com/tyflow_particles...ysx_shape/

Are these Particles only interacting with each other, but not with real PhysXShapes?

Thanks for explanation!
  Reply
#2
Yes, they are completely different solvers, and will not work with each other (unless you use some workarounds)

- PhysX is Nvidia solver (often used in games), and can do a lot's of things. You can fracture objects (voronoi), and fragments will collide with each other....  you can bind particles, you can have set of rules to brake bindings, you can even create some simplified cloth (that will interact with other PhysX particle (there's an official sample scene of that)).

- Particle Physics solver (grain solver), can have inter-particle collision, but only spherical type of collision (voronoi fragments for example, won't work in a way to respect particle meshes, and if you apply Particle Physics to it, it will just create a spherical invisible collider inside each fragment).
Why you just wouldn't use PhysX for the grain simulations too, you ask?
Because Particle Physics is like 10 times faster.

And btw, never write Particle PhysX, because you can confuse people, so they don't know if you mean PhysX, or Particle Physics.
  Reply
#3
Thanks for explanation. I've indeed thought that it is a kind of third solver, but this makes it easier Smile So Particle Physics are just working with the "classical" Particles solver.
  Reply


Forum Jump: