Game Development Community

Map gamma value control

by Mquaker · in Torque Game Engine · 09/20/2006 (5:00 am) · 4 replies

Want to insert a fixed key button for the brightness(gamma) of map
So in playing a game, want to control the gamma values freely.
Could you give me a sample code that connected with it??
Thanks~~

#1
09/23/2006 (11:42 am)
Do you mean something like when you press '4' it adds gamma and when you press '3' it reduces gamma?
#2
10/02/2006 (6:02 pm)
Although press '4' or '3', it is no use to do.

Could you teach me any other way??

thanks~~
#3
10/02/2006 (11:10 pm)
Pressing 4 or 3 wont do anyhing, I was using it as an example. Is that the kind of thing you want?
#4
10/08/2006 (7:35 pm)
In clicking the option in torque game engine, there is the gamma button.
by clicking the button, can handle the value.(brightness or darkness)

what I want, in playing the game, want to up and down the value by using the hotkey.

thanks for your time.