www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: kiffa on May 03, 2013, 06:47:53 am

Title: Sometimes there are some abnormal colored stripes on screen when rendering.
Post by: kiffa on May 03, 2013, 06:47:53 am
The problem happens rare.

And the color of stripes maybe white or black(depending on devices), the size of stripes is about 1/10 of the screen. The persistent  time of the strips is very short, may be 1-5 frames(a rough estimate).

Any hints?
Title: Re: Sometimes there are some abnormal colored stripes on screen when rendering.
Post by: EgonOlsen on May 03, 2013, 09:54:23 am
Artifacts of that kind are usually caused by your code fiddling around with jPCT objects from outside the rendering thread, for example in some event listener. Make sure that you don't do that.