Jump to content


Photo

Bloom


  • Please log in to reply
4 replies to this topic

#1 fluoriioni

fluoriioni

    GMC Member

  • GMC Member
  • 95 posts

Posted 28 July 2012 - 06:39 PM

Hello, and no, i'm not asking about just code here.

I am asking how should i go about doing this and what might be the most efficient and best option to make this.
I know well GML so i dont need complete idiot's explain but if you really want to, go ahead.

So, what is the fastest way of doing bloom and what is the best looking? (or what is fast and best)

Thank you
-fluo
  • 0

#2 Apadayo

Apadayo

    GMC Member

  • New Member
  • 5 posts
  • Version:GM8

Posted 28 July 2012 - 06:42 PM

Check #24 on the 3d effects list here: http://gmc.yoyogames...howtopic=180812
  • 0

#3 fluoriioni

fluoriioni

    GMC Member

  • GMC Member
  • 95 posts

Posted 28 July 2012 - 06:48 PM

Not Found

The requested URL /users/C-Ator9/kindabloom_flashlightexample.gm6 was not found on this server.

Apache/2.2.16 Server at 64digits.com Port 80

And believe me, i have looked a lot for tutorial, every single of them always 404 or suck.
  • 0

#4 Gamer3D

Gamer3D

    Human* me = this;

  • GMC Member
  • 1619 posts
  • Version:GM:Studio

Posted 29 July 2012 - 06:59 AM

Bloom is a blurring of the bright lights in the scene, causing a mild halo effect.

Obviously, there are three steps to this.
  • Render the bright lights
  • Blur the image of the lights
  • Add the blurred image to the scene.

So. The methods:
  • Either render only the lights (Usually to mimic some of the benefits of HDR), or render the scene, then select only the bright lights by multiplying it by itself a few times. (use blend modes)
  • Easiest is to render in a lower resolution, then scale it up. You can also use additive blend modes to draw the scene with various offsets for a nicer-looking, but slower effect.
  • Last, use an additive blend mode to draw the light surface in front of the scene.

  • 0

#5 DXsmiley

DXsmiley

    The Observer

  • GMC Member
  • 129 posts
  • Version:GM:Studio

Posted 31 July 2012 - 10:23 AM

I made a bloom effect a few weeks ago in GM Studio, and released the source: http://sandbox.yoyog...ect-open-source
It's actually fairly simple, but rather CPU intensive.
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users