Game Development Community

Realtime Animation Control by Dummy, is it posible ??

by Cahyo Wicaksono · in Artist Corner · 11/09/2008 (9:51 pm) · 1 replies

I plan some kind spring/cable animation that controlled real time by some kind controller/dummy. By using this controller we can rotate, bend and move that object freely. Is this possible to simulate in torque engine ??? I include a picture about that case (is not necessary skin using bone, it may change to the other possibilities) Thank Anyway..

img220.imageshack.us/my.php?image=controlleranimationyr8.jpg

About the author

Recent Threads


#1
11/24/2008 (8:00 pm)
You would need to implement a third-party physics solution for realtime simulation of spring/cable physics on that level. You will probably need to tweak it if you need realtime networking involved as well.