Searched refs:lastCasterZ (Results 1 – 1 of 1) sorted by relevance
99 float lastCasterZ = 0.0f; in onDraw() local106 if (shadowIndex == drawIndex || casterZ - lastCasterZ < SHADOW_DELTA) { in onDraw()108 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow in onDraw()