Skip to content

NoxWings/Cable-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages