Author Topic: Texture becomes blur and pixelated after many onResume  (Read 4303 times)

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Re: Texture becomes blur and pixelated after many onResume
« Reply #15 on: September 05, 2014, 03:21:19 am »
Okay, I thought it was always a separate compilation. How about the clear translation in texture matrix?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Texture becomes blur and pixelated after many onResume
« Reply #16 on: September 05, 2014, 08:40:50 am »
I could add it, but wouldn't a simple call to

Code: [Select]
matrix.setRow(3, 0, 0, 0, 1);   

be good enough?

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Re: Texture becomes blur and pixelated after many onResume
« Reply #17 on: September 05, 2014, 06:57:58 pm »
Ahh.. I could do that. Missed that part. Thanks alot egon.