Searched refs:psE2 (Results 1 – 1 of 1) sorted by relevance
212 PVRTShadowVolMEdge *psE0, *psE1, *psE2; in FindOrCreateTriangle() local248 psE2 = &psMesh->pE[wE2]; in FindOrCreateTriangle()258 if(psE1->wV0 == psE2->wV0 || psE1->wV0 == psE2->wV1) in FindOrCreateTriangle()263 if(psE2->wV0 == psE0->wV0 || psE2->wV0 == psE0->wV1) in FindOrCreateTriangle()264 psMesh->pT[psMesh->nT].w[2] = psE2->wV1; in FindOrCreateTriangle()266 psMesh->pT[psMesh->nT].w[2] = psE2->wV0; in FindOrCreateTriangle()275 if(memcmp(&psMesh->pV[psE2->wV0], pv2, sizeof(*pv2)) == 0) psMesh->pT[psMesh->nT].nWinding |= 0x04; in FindOrCreateTriangle()