Author Topic: Texture issue  (Read 2272 times)

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Texture issue
« on: January 14, 2013, 04:53:17 pm »
Hi I have a texture issue... It somewhat shows the border of the image while the actual one doesn't have it... Hope you guys could help me out..




[attachment deleted by admin]

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Texture issue
« Reply #1 on: January 14, 2013, 10:54:43 pm »
These aren't the border...it's the other side of the texture bleeding in because of the bilinear filtering. Call setClamping(true) on that texture and it should go away.

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Re: Texture issue
« Reply #2 on: January 15, 2013, 03:37:31 pm »
Ok, I got it worked... Thanx for your help. Really appreciate it.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Texture issue
« Reply #3 on: January 17, 2013, 07:46:03 am »
No problem...and sorry if you run into being banned from time to time...some of the ip adresses you are using seem to fall into the pool of banned ones. I relaxed these bans a little now...

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Re: Texture issue
« Reply #4 on: January 19, 2013, 07:44:40 am »
Thanx alot~ It's fine now.. Cheers~