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

Author Topic: Zooming quality - especially primtives  (Read 879 times)

0 Members and 1 Guest are viewing this topic.

MrHello

  • Newbie
  • *
  • Posts: 4
    • View Profile
Zooming quality - especially primtives
« on: June 26, 2013, 01:25:21 am »
I've noticed that with SFML there seems to be a clear degradation of the quality of the image when zooming out, is there a way to circumvent this?

Will I need to look into actually rendering the 2D view in real 3D?

I'm in the process of making a 2D RTS which will use the zooming in and out feature of supreme commander.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
AW: Zooming quality - especially primtives
« Reply #1 on: June 26, 2013, 07:47:10 am »
Have you set an anti-alaising level with the ContextSettings?
You can also smooth textures, which should give a better look.
A 3D renderer won't just magicly make things look better. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything