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

Pages: [1]
1
Graphics / how to get maximum texture quality
« on: August 16, 2020, 11:16:02 pm »
I want to make viewing photos like faststone, but the quality of displaying photos is very low. How can I improve the quality of my photos?


Code: [Select]
  sf::RenderWindow  window (sf::VideoMode(800, 600), L"some", sf::Style::Close, sf::ContextSettings(24, 8, 8));
 std::cout << "Antialiasing level: " << window.getSettings().antialiasingLevel << std::endl; //out = 8

Pages: [1]