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

Pages: [1]
1
Graphics / Re: Texture rendering issues (SFML .Net)
« on: September 04, 2019, 06:15:20 pm »
It tends to happen more often when the position too is not set to an integer value.
This. Thanks a bunch for the heads up!

2
Graphics / Texture rendering issues (SFML .Net)
« on: September 02, 2019, 09:08:42 am »
To keep this short, I'll give a very brief explanation of the problem:
I am making a little game project, however something with the transparency goes wrong around the edges.

Textures that have their Smooth factor set to false, sometimes end up looking a little, distorted.


Textures that have their Smooth factor set to true, while fixing the previous problem now sometimes have some artifacts around the edges.


While this issue is not in effect at all times, it happens when the player is moving at specific places.

Some additional info: I tried adding ContextSettings with AntialiasingLevel set to 8, which didn't seem to change anything.

Any help will be greatly appreciated ;D

Pages: [1]