Author Topic: [solved] Texture artifact  (Read 3008 times)

Offline yindroid

  • byte
  • *
  • Posts: 21
    • View Profile
[solved] Texture artifact
« on: November 19, 2011, 04:04:37 pm »
Hi there!
So, there is my problem. On my overlay i'm adding texture(512x512). Then I have to strech overlay to 512x600. After this artifact appears as horizontal black line. I tried to use texture with resolution 512x1024 and it works great, but it is waste of resources...

Thanks in advance
« Last Edit: November 20, 2011, 06:15:43 pm by yindroid »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Texture artifact
« Reply #1 on: November 20, 2011, 01:03:04 am »
Screen shot?

Offline yindroid

  • byte
  • *
  • Posts: 21
    • View Profile
Re: Texture artifact
« Reply #2 on: November 20, 2011, 06:14:49 pm »
I guess it was my fault... when useing texture with alpha chanel, "colored" pixels must not touch the texture's edges!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: [solved] Texture artifact
« Reply #3 on: November 20, 2011, 11:26:14 pm »