Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Smoothing lines drawn onto render texture
Print
Pages: [
1
]
Author
Topic: Smoothing lines drawn onto render texture (Read 1773 times)
0 Members and 1 Guest are viewing this topic.
tiby312
Newbie
Posts: 9
Smoothing lines drawn onto render texture
«
on:
September 01, 2011, 01:56:42 am »
When I draw polygons onto a renderTexture, and then draw it using a sprite, the edges are not smoothed out even though it is when I just draw the polygons directly in the window. What can I do to make it smooth?
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Smoothing lines drawn onto render texture
«
Reply #1 on:
September 01, 2011, 08:06:34 am »
sf::RenderTexture currently doesn't support antialiasing, it will be added in the future.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Smoothing lines drawn onto render texture