Game Development Community

Dynamic Rope

by Alexandre Ribeiro de Sa · in Torque X 2D · 02/04/2009 (7:04 pm) · 2 replies

Hi, I like to create a dynamic rope, anyone know if is possible to do something like this with the standard TX physic engine or not?


Thanks!

#1
02/05/2009 (9:08 am)
I'd look into Inverse Kinematics (IK). TX doesn't have an IK solver (that I'm aware of) so you'd have to write your own solver. Probably a lot of work but you'd have one bad-ass rope!
#2
02/24/2009 (10:45 am)
Nice work on the rope!