Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  One Particle acts like kinematic
#5
(24-06-2021, 10:30 AM)josemendez Wrote: I mean:

- Describing where is the rope in the hierarchy in relation to the solver.
- Are you using particle tearing?
- Are you dynamically resizing the rope using cursors?
- Are you creating/destroying attachments at runtime?
- What are your blueprint settings? (resolution, thickness, pool size)
- What are your solver settings? (sleep threshold, constraints, etc)
- How are collisions set up (type and placement of colliders, their thickness, etc)

Just more info on how you're using the system. A simple screenshot of the rope isn't enough to work with.


Disabling ObiRope will prevent any physics calculations. You'll end up with just a rendered mesh.
-Direct child
-no tearing
-no cursor(but stretch because static attachment)
-no
-res=0.3, thick=0.01, pool=0;
-sleep=0.1, constrains: dist:par,20,1; bend:par, 2,1; Coll:par,5,1; Fric:par,3,1; Pin:par,10,1;
-Colliders: table: meshLevelCube+ a little down(to make thicker penetration), Coffeemachine: meshLevelCube; Plug: boxCollider with some space not to touch connected particle collider
Reply


Messages In This Thread
One Particle acts like kinematic - by alex798 - 24-06-2021, 08:49 AM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 10:15 AM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 10:49 AM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 12:21 PM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 01:23 PM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 01:57 PM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 02:28 PM
RE: One Particle acts like kinematic - by alex798 - 24-06-2021, 02:54 PM