question

virtuos avatar image
virtuos asked

z-fighting issue on kindle fire

Hi, I'm developing a 3D game, now have some issues about z-fighting. When load complex model , some overlapped layer will keep flicking. This issue occurs on kindle fire 7'', bug other tegra tablet testing OK. Can anyone give me some advice? Thanks!
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Virtuos, I would appreciate if you please provide a sample app (with source code) to demonstrate the issue.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

virtuos avatar image
virtuos answered
thanks for your response. Just confirm something here. does kindle fire HD support non-linear depth buffer ? does glPolygonOffset work as expected on kindle fire HD ?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bipin@Amazon avatar image
Bipin@Amazon answered
Kindle supports - javax.microedition.khronos.opengles - This package provides the standard implementation of OpenGL ES 1.0/1.1. You can give us pseudo code , so that we can replicate the issue, if any. In the sample openGL project created for test, we have not seen any flickering in the polygon. You can check the default API demos given by android , modify them further to test and check the openGL ES capabilities.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.