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