Terasology / Rails

Base rail module for minecarts and such
9 stars 17 forks source link

feat: add rigidbody collision support for cart to cart-rigid #78

Closed pollend closed 3 years ago

pollend commented 3 years ago

This allow pushing rigidbody at the edge of the edge of rails where half the cart is off the rail and the second cart is transitioned to a rigidbody when it leaves the rail.

The rigidbody gets out of sync with the ghost trigger so pushing a cart will have the trigger fixed in one location while the rigidbody is still getting pushed by the second cart.

PR: https://github.com/MovingBlocks/Terasology/pull/4577