OpenGL 3D Game Tutorial 47: Bloom Effect

OpenGL 3D Game Tutorial 47: Bloom Effect

ThinMatrix

8 лет назад

49,597 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ZonkoKongo
@ZonkoKongo - 18.04.2016 20:35

First

Ответить
@FireRavenMK
@FireRavenMK - 18.04.2016 20:49

4th

Ответить
@Maetschll
@Maetschll - 18.04.2016 20:50

Thanks for video! awesome channel =)

Ответить
@MohammedPlaysMC
@MohammedPlaysMC - 18.04.2016 21:23

Is it possible you could give me a really optimized version of water as I want to add it to my game but my PC cant handle your one maybe something similar to equinox. :D - Also does texture atlasing work with the new method you made for the models.

Ответить
@happyduck1424
@happyduck1424 - 18.04.2016 21:33

Making graphics looks fun

Ответить
@ryklin1
@ryklin1 - 18.04.2016 22:04

you are a genius! I can't wait to see how you implement Gaussian blur!

Ответить
@scewps
@scewps - 18.04.2016 22:07

I actually wanted to suggest to cover this topic, but it seems like you read my mind ;)

Ответить
@Dogewowm8
@Dogewowm8 - 18.04.2016 22:19

Reminds me of Hess's law for some reason lol

Ответить
@chryzbeier9016
@chryzbeier9016 - 18.04.2016 22:27

the colour texture returns a nullpointer for me :/ maybe you know whats wrong :)

Ответить
@kmuree5731
@kmuree5731 - 18.04.2016 22:31

I always watch 10% of your videos and then I stop because I don't understand anything, but somehow I find some of it interesting, so I was wondering how hard is it to learn java and is it a good option for games development?

Ответить
@AzidHouse
@AzidHouse - 18.04.2016 23:44

I vote up for Bloom Postprocessing. Aye!

Ответить
@nikitabliznyuk4110
@nikitabliznyuk4110 - 19.04.2016 08:15

Hi! Could you please show me how you click and pick up objects in scene? In 30 tutorial we just created a ray and move object on the terrain, but I need to detect collision with object out of terrain.

Ответить
@gocomputing8529
@gocomputing8529 - 19.04.2016 14:35

I like your "depth buffer" xD

Ответить
@peterpetrov7664
@peterpetrov7664 - 19.04.2016 17:08

When are you going to start making episodes on multiplayer support?

Ответить
@undefinedhuman-dev
@undefinedhuman-dev - 19.04.2016 17:56

Hello Thin,

i want to ask you how did you do all the Blend and Height Maps in Socuwan just painting them with an plan in your mind in Phtoshop or gimp or do you have an Programm for that something a little bit easier then just drawing them ?

Ответить
@lorenzvo5284
@lorenzvo5284 - 19.04.2016 21:03

Can you do a house Tour? ( ͡° ͜ʖ ͡°)

Ответить
@ryklin1
@ryklin1 - 19.04.2016 22:07

It would be super cool to see a Borealis Effect (northern lights), or some Aurora in the skybox.

Ответить
@jonphillips4082
@jonphillips4082 - 21.04.2016 04:27

Very Nice! You just keep bringing it, "Do your thang!!!".  8P

Ответить
@MusixPro4u
@MusixPro4u - 22.04.2016 01:30

Hey Karl, I asked in the video before, I understand your time is valueable, but it's really important to me. Where did you buy that desk? :D

Ответить
@ryklin1
@ryklin1 - 22.04.2016 21:32

Is it fair to say that post processing is a technique for applying some common effect to all of the textures in the scene. For example, when implementing fog we had to repeat the same technique in the the terrain shader and the entity shader. Had we implemented fog in post processing it would only been necessary to implement once on the fbo.

Ответить
@kudze3427
@kudze3427 - 23.04.2016 19:09

+ThinMatrix Did you hear about vulkan and that it is ported into LWJGL 3. What do you think about it? Will you do any kind of tutorials on that api in the future?

Ответить
@gykonik
@gykonik - 24.04.2016 02:17

+ThinMatrix I now completed Tutorial 36 of this series (particles), but after I implemented the new render method, I can't rescale the particles anymore, I don't know, what I'm doing wrong..
Everything else works, except for the scale..

Please help me out, because i love particles but I have no idea, how to fix this box :(

If you need my code, then I'll send you a dropbox link

Ответить
@bryceblankinship
@bryceblankinship - 18.06.2016 01:03

+ThinMatrix Whenever I run the program, no errors show up, but the screen is just black. My contrast settings in the shader are the same as yours!

Ответить
@cookingandjava7574
@cookingandjava7574 - 20.10.2016 11:13

my shader is rendering, but the texture is missing.
how can i fix that? everything is black.

Ответить
@henrikhey4184
@henrikhey4184 - 29.11.2016 07:17

+ThinMatrix for some reason when I do my post processing my particles cease to render? What could cause this?

Ответить
@KNightstyleZ
@KNightstyleZ - 25.02.2017 02:15

In the ContrastShader.java there was "src" missing in the VERTEX_FILE and the FRAGMENT_FILE

Ответить
@fendoroid3788
@fendoroid3788 - 27.03.2017 12:08

lol, i wrote "pubic void"

Ответить
@KeNNyKennyYT
@KeNNyKennyYT - 07.03.2019 21:46

I can not understand why we clear all if when you click on the cross on the display application is closed and all?

Ответить
@joedazzle9629
@joedazzle9629 - 23.11.2019 19:59

mine just makes my screen really white?

Ответить
@ryklin1
@ryklin1 - 20.01.2020 19:59

It should say (1.0 * contrast) not (1.0 + contrast). Contrast is a value between 0-100 or 0 - 1.0 normalized. Therefore, you can't add to a contrast of 1.0, you must scale it. It is acceptable (I suppose) to over-saturate an image with a contrast greater than 1.0 , so in your example you would use 1.3 as your multiplier. This might sound trivial but it can play an important role later if trying to lower the contrast of a scene to simulate a night environment.

Ответить
@meanmole3212
@meanmole3212 - 11.03.2020 00:50

What about when you resize the screen?

Ответить
@ayoubbelatrous8080
@ayoubbelatrous8080 - 30.03.2020 01:18

you can make shadow postprocessing effect to have nearly no impact on RENDER thread

Ответить
@Miki_xD
@Miki_xD - 09.05.2020 21:29

What worked for me for Black Screen FBO bug was moving
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // clear the framebuffer
From the beginnig/ending of main game loop to inside of rendering,
between BindFBO and UnbingFBO.

Ответить
@nullptr99
@nullptr99 - 25.06.2020 01:57

Getting a weird issue where what I get on the screen seems to be a tiny slice of my scene with flat lighting. Without using the fbo it renders fine but not after.

Ответить
@magiczerda3120
@magiczerda3120 - 07.04.2021 01:40

For some reason I can't move around anymore once I enable the post processing pipeline
Animations don't work either
Can someone tell me why this could be?

Ответить