Custom Collision Polygons for animations
by Darren Stuart · in Torque Game Builder · 07/14/2005 (5:08 pm) · 5 replies
It would be great if t2d could handle custom collision polys for each frame of an animation.
and if justins object editor could handle the mapping of it.
This would be extremely helpful for people creating fighting games.
P.S if this can already be done can someone explain it to me.
Cheers
and if justins object editor could handle the mapping of it.
This would be extremely helpful for people creating fighting games.
P.S if this can already be done can someone explain it to me.
Cheers
#2
a 2d bone system with IK would be ideal for this :p
07/15/2005 (2:24 am)
I thought about that method but would need to create a animation editor for the sprites and i would not know where to start.a 2d bone system with IK would be ideal for this :p
#3
07/15/2005 (7:44 am)
I have already done what I suggested, in T2D. I created an entity system and linked the sprites together in code. An editor probably wouldn't help too much, because you need a lot of custom logic to make the different parts of the entity operate correctly.
#4
are you linking animated nodes?
or are you animating just by moving nodes?
how about skeleton underneath with the body parts attached to it and then animating the skeleton?
as I said before a 2d bones based system with a keyframing ablity would be gold dust.
07/15/2005 (8:10 am)
Sounds like a lot work to get it working and I wouldn't know where to start.are you linking animated nodes?
or are you animating just by moving nodes?
how about skeleton underneath with the body parts attached to it and then animating the skeleton?
as I said before a 2d bones based system with a keyframing ablity would be gold dust.
#5
07/15/2005 (8:27 am)
Sometimes i mount the nodes with rigid mounts, and and animate it manually and sometimes I create chains and the like. A 2D bone based system would be a little overkill I think, but some people might find it useful. It takes a little bit of time to link together an entity, but the possibilities are endless if you control things using code.
Associate Ray Gebhardt