3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Poll

How to Add Bloom for Game?

Good
- 6 (9.1%)
Bad
- 10 (15.2%)

Total Members Voted: 10

Pages: [1]

Author Topic: Bloom  (Read 2057 times)

« on: October 12, 2010, 03:02:04 AM »
Hi.

I want Add Bloom for may Game . I See BloomDemo in 3dRAD But I wan't Freez Bloom in my Game And No change with any Key.

Please Guide Me

THANKS A LOT
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #1 on: October 13, 2010, 02:25:54 AM »
 ??? don't understand
FPS game creator for 3drad and >2000 games GamesAtNight

DannyG

« Reply #2 on: October 13, 2010, 03:16:38 AM »
Well, there's a couple ways to do it. First is double click the Cam Chase object and look for the "Filter" tab then select Bloom.

If you want it to be a more customized bloom effect you can link a script to your CamChase and put in the following code:
Code: [Select]
void Main()
{
  OUT_2 = 2; // This turns on bloom for the CamChase object. 1 is for blur and 2 is for bloom.
  OUT_3 = 0.5; // Bloom Luminence. Experiment with the number.
  OUT_4 = 0.5; // Bloom mid-grey. Experiment with the number.
  OUT_5 = 0.099; // White cutoff. Experiment.
  OUT_6 = 0.9; // Bloom intensity. Same as above.
}

P.S. If anyone knows the number ranges on the different values for the bloom effect, let me know? :P I just kind of fudged that code together.
« Last Edit: October 13, 2010, 03:32:00 AM by DannyG »
« Reply #3 on: October 13, 2010, 07:13:10 AM »
Look at the bloom demo that comes packed with 3drad.... It will show you how to adjust Bloom parameters while your project runs...Like it says, just experiment with the numbers until you get the results you like.
« Reply #4 on: October 13, 2010, 10:11:56 AM »
Just double click the CamChase object and look for the filter tab then select bloom.
Thats all he is asking for I think.
I'm never here and if I am I will try and say something...
Sorry tramkp888 I kind of forgot you back in July
« Reply #5 on: October 16, 2010, 12:15:51 AM »
Yes, thanks

But its value is too high and reduces the speed of play.
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #6 on: October 16, 2010, 06:56:54 AM »
ooooh! sorry. You will need a script to control the effect.

BTW on an average comp (mine) even if the value is edited it will still lag a bit. :'(
I'm never here and if I am I will try and say something...
Sorry tramkp888 I kind of forgot you back in July

PsychoWeasel9

« Reply #7 on: October 16, 2010, 08:40:25 AM »
Ooh look- 3 people voted "bad" ::)
« Reply #8 on: October 17, 2010, 01:19:15 AM »
I just voted bad coz the poll don't make no sense
I'm never here and if I am I will try and say something...
Sorry tramkp888 I kind of forgot you back in July
« Reply #9 on: October 17, 2010, 06:34:07 AM »
Thanks for voted bad. ::)
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #10 on: October 17, 2010, 10:31:00 AM »
lol
I'm never here and if I am I will try and say something...
Sorry tramkp888 I kind of forgot you back in July
« Reply #11 on: October 17, 2010, 11:56:08 PM »
Now you can give me the script? ;D
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #12 on: October 18, 2010, 07:12:16 AM »
well there is alredy one on the third post but I will try. I don't know much about editing effects of the CC but I do know how so Ill post it soon!
I'm never here and if I am I will try and say something...
Sorry tramkp888 I kind of forgot you back in July

Liam

« Reply #13 on: November 20, 2010, 02:52:37 PM »
you don't need a script.

all you have to do is go into the camchase proporties and click filter and select bloom
::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::) ::)
Pages: [1]