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 - anven11

Pages: [1]
1
Graphics / Re: Disable Linear Sampling
« on: January 30, 2015, 08:56:01 pm »
Thank you. I modified the font class and it works!

2
Graphics / Disable Linear Sampling
« on: January 30, 2015, 07:47:32 pm »
Right now I have a sf::RenderWindow at resolution (800, 600). I load a font and render it with a sf::View with size (200, 150) (upscaled three times). Now, I want the font to look pixelized, but instead it's all blurred:



Is there any way to disable this blurring globally for all textures and fonts?

Thanks in advance.

Pages: [1]
anything