Game Development Community

Real time image manipulation

by Samuel Marcus · in Torque Game Builder · 11/09/2006 (12:30 pm) · 2 replies

Are there scripting calls for doing more than scaling and rotating of image maps? For example, can one apply a shearing effect to an imageMap?

#1
11/12/2006 (7:48 am)
I'm afraid no,but maybe i'm wrong
if you want to know what function can be done on object
type
object.dump();
#2
11/12/2006 (10:02 am)
You can also get some really nice affects by mounting a second sprite to the first; and then using various OpenGL blending methods.