Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Can't get self collision to work.
#2
Hi!

Particle collisions (of which inter- and self- collisions are specific cases) are globally disabled in the solver. You should enable "particle collision constraints" and "particle friction constraints" in your solver.

On a side note, you're missing packages so your simulation is using the default fallback backend (Oni) as the solver's warning message is telling you. This results in worse performance and limited platform support. You must install the required Burst package dependencies as per the manual's setup guide: http://obi.virtualmethodstudio.com/manua...setup.html
http://obi.virtualmethodstudio.com/manua...kends.html

kind regards,
Reply


Messages In This Thread
Can't get self collision to work. - by roberthey - 13-12-2022, 02:08 PM
RE: Can't get self collision to work. - by josemendez - 13-12-2022, 02:13 PM