Game Development Community

Image Blending....

by Ricky Taylor · in Torque Game Builder · 07/09/2005 (8:30 pm) · 2 replies

I think the setBlendingOptions method shoud be replaced, and some other stuff added, to allow for Image Blending.
Because then you can make everything have TV-style noise over the top. Hehehehe.



Oh yeah and some other stuff, like, err....

#1
07/09/2005 (8:51 pm)
Well you do have the source code... so you can do whatever you want.
#2
07/10/2005 (9:09 am)
I expose practically all the options from your graphics card e.g. the typical OpenGL blending options so doing something basic like adding noise is simple.

- Melv.