Hi Guys,
I have a bit of code:
float[] lightAmbient = {0.0f, temp, 0.0f, 1.0f};
float[] lightDiffuse = {0.0f, temp, 0.0f, 1.0f};
float[] lightPosition = {this.finishPointX, 0.5f, this.finishPointY, temp};
where temp is updated on every draw stage by 0.1f until is 1.0f then return to 0.2f
and that is working fine on my PC but on my HTC desire I can see only black screen.
My Question is.. is that normal?
Kind Regards,
Luke


