Skip to content
Discussion options

You must be logged in to vote

Thanks for clarifying. If the cable does not need to retain a permanent bend, I would stay with the PhysX rigid-body rope approach; Newton is not necessary for this case.

The Omni Physics documentation has a standalone Joint Instancing example. For an external script, move the capsule and D6-joint creation code into a helper that receives the current stage and a unique root path.

One important detail: define the initial curve using the positions and orientations of the capsule instances, not the joint instances. The joint instancer only identifies which adjacent capsules are connected and defines their local attachment frames.

After starting SimulationApp, call the helper once per cable w…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@arambarricalvoj
Comment options

@michaellin6
Comment options

Answer selected by arambarricalvoj
@arambarricalvoj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment