Forums » C++ Framework » pvr.ccz sometimes shows a white image. »
| Peteo chen | pvr.ccz sometimes shows a white image. | ||
|---|---|---|---|
|
Added by Peteo chen over 1 year ago
pvr.ccz sometimes shows a white image when I change scene. I use below to generate pvr.ccz ${TP} --smart-update \ |
||
| Jeffery Rechardson | RE: pvr.ccz sometimes shows a white image. | ||
|
Added by Jeffery Rechardson over 1 year ago
I have same issue. Anybody have kind of solution? |
||
| Michael Ding | RE: pvr.ccz sometimes shows a white image. | ||
|
Added by Michael Ding 12 months ago
same to me when changing scenes, happens to me when Particle System is added to one scene. if removed particle system, everything is fine.. don't know why. |
||
| 小 苏 | RE: pvr.ccz sometimes shows a white image. | ||
|
I have same issue. and solve it by modify cocos2d-x source code of CCTexturePVR.cpp ,and test it's OK. bool CCTexturePVR::createGLTexture()
{ /////////////add by vincent begin 120602//////////////////
I had reported this bug to Minggo Zhang, maybe he can solve it in future. |
||
| Michael Ding | RE: pvr.ccz sometimes shows a white image. | ||
|
Added by Michael Ding 12 months ago
Wow it's great! it solve my problem!! Thanks a lot, 小 苏 (I am a copy-paster). To all others, if you met the same problem, try his solution first. |
(1-4/4)