Lines on transparent textures

Hi All,
I am having trouble (and always had) with line that come up along the top of textures that have alpha transparency on them.


line_problem.png


In the image above, the tree_line texture is squidmobs string object. There is a line that goesa along the the top. The line that goes across the sky is from the custom horizon texture that I have created.

Does anyone else have this problem and if so, how is it fixed.

Thank you for reading,
Nick
 
The graphics card blends each pixel into the surrounding pixels. Pixels at the edges of the texture will be blended with those on the opposite edge to allow seamless texture mapping. The top of that texture has the transparent pixels at the top beginning to blend with the opaque pixels at the bottom. One row of transparent pixels at the bottom of the texture should fix the problem, or apply a tiny vertical offset to the texture map, although this may cause some clipping.
 
Last edited:
Aaaaaaahhhhhh. Good explanation. It all makes sense now. Thank yo for that.
And, are those your tree objects in I am using. If so, thank you for those too.
 

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 109 88.6%
  • Better structured events

    Votes: 21 17.1%
  • Better structured racing club forum

    Votes: 20 16.3%
  • More use of default game content

    Votes: 17 13.8%
  • More use of fixed setups

    Votes: 37 30.1%
  • No 3rd party registration pages

    Votes: 46 37.4%
  • Less casual events

    Votes: 12 9.8%
  • More casual events

    Votes: 40 32.5%
  • Other, specify in thread

    Votes: 6 4.9%
Back
Top