Game Development Community

Animation Blending

by Jon Jorajuria · in Torque Game Builder · 12/05/2006 (12:02 pm) · 1 replies

Is there a way to blend animated sprites or is blending only reserved for 2DDTS objects?

#1
12/05/2006 (3:12 pm)
Correct -- if you want to "blend" animations (I.E., go from a walking position to a standing position with all of the correct intermediary frames), then you would either need to make it a DTS (as you have suggested), or render all of those frames yourself and put them into your game as pre-rendered sprites (this is what most people do).

Cheers!

--clint