Game Development Community

Coloured Camera Filter

by Shane Culliton · in Technical Issues · 07/19/2004 (2:18 am) · 2 replies

Is it possible to place a filter over the camera lense in the game.

i.e. if i put a orange filter over the camera; all buildings, ground, charactors would have an orange tint...

#1
07/19/2004 (2:39 am)
There is a camera "white out" in the game. i think if you look at camera.cc you will see it.

You could put another filter in roughly the same way.

OR!

You could just make a gui control that renders a single colour with an alpha blend and set the corresponding blend function to whatever it is you need.
#2
07/19/2004 (3:59 am)
Got it to work,
Thanks