Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Might be a dumb question
#11
(12-05-2022, 09:39 PM)snowtv Wrote: Hello, I have another question about this: is it possible to create DistanceConstraint between particles that "bridging" across gaps in the mesh? Or I can only use particle attachment?

Constraints can be created for any particles. The AddConstraint() method of a constraint batch takes particle indices as a parameter, and doesn't really care about the topology of the underlying mesh.

See: http://obi.virtualmethodstudio.com/manua...aints.html
Reply