Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Azzello

Pages: [1]
1
Graphics / Re: Copy screen to the texture?
« on: July 06, 2016, 09:36:29 am »
I apologize :D Thank you for your answers!

2
Graphics / Re: Copy screen to the texture?
« on: July 06, 2016, 08:23:04 am »
Thanks! Is it possible to use it with sf::RenderWindow or is it sf::Window only?

3
Graphics / Copy screen to the texture?
« on: July 06, 2016, 07:43:49 am »
Hello!

I am currently working on a simple pong game. For practice I wanted to implement a simple bloom on every object. Doing some research I kinda found the solution but for that I need to draw objects to screen, then take that whole screen and draw it again with a shader. So what I am looking for here is some way to take the texture of the screen once I've drawn all of objects. Any hints on how to do it?

Pages: [1]
anything