• Stars
    star
    208
  • Rank 188,197 (Top 4 %)
  • Language
    C#
  • Created almost 8 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unity cable component implementation similar to the Unreal Engine one based on verlet integration.

Cable-Component

Unity cable component implementation similar to the Unreal Engine one based on verlet integration.

This project is a simple and optimized implementation of cable physics in Unity3D, it uses verlet integration[1] to achieve the physics simulation just like UE4 approach[2].

The rendering part still has some work to be done as it is currently using a simple line renderer. Ideally it should use a procedural cable generation approach but it wasn't main the purpouse of this little experiment.

Cable Component Video

[1] https://en.wikipedia.org/wiki/Verlet_integration

[2] https://www.unrealengine.com/blog/cable-component-plugin-for-ue4