Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Friction on Moving Platform
#2
(31-03-2022, 05:52 PM)Oxters Wrote: I have a conveyor belt set up where many panels are moving around in a loop using forces. They're basic box colliders and I added on them the obi collider component. I created a softbody object chips bag and tested it out, it bends and interacts with other objects nicely. But when it is on top of a panel, it does not move with the panel. I tried creating an obi collision material with high friction values and attaching it to both the panels and the chips bag, but that didn't work.

Frictionless Chips:
https://i.imgur.com/Eb8LOO7.mp4

Normal Behaviour:
https://i.imgur.com/kcZbQyY.mp4

Any help with this would be much appreciated.

Hi!

How/when are you applying force to the conveyor belt panels? This should definitely work. There’s an example in the ObstacleRace sample scene, a rotating platform at the end you can stay on top of, relying purely on friction.

Also, make sure friction constraints are globally enabled in your ObiSolver component. (Kinda obvious but just in case! It’s easy to fall prey to that sort of thing)
Reply


Messages In This Thread
Friction on Moving Platform - by Oxters - 31-03-2022, 05:52 PM
RE: Friction on Moving Platform - by josemendez - 31-03-2022, 06:58 PM
RE: Friction on Moving Platform - by Oxters - 31-03-2022, 08:42 PM
RE: Friction on Moving Platform - by Oxters - 31-03-2022, 10:39 PM
RE: Friction on Moving Platform - by josemendez - 01-04-2022, 07:12 AM