Searched refs:psE1 (Results 1 – 1 of 1) sorted by relevance
212 PVRTShadowVolMEdge *psE0, *psE1, *psE2; in FindOrCreateTriangle() local247 psE1 = &psMesh->pE[wE1]; in FindOrCreateTriangle()253 if(psE0->wV0 == psE1->wV0 || psE0->wV0 == psE1->wV1) in FindOrCreateTriangle()258 if(psE1->wV0 == psE2->wV0 || psE1->wV0 == psE2->wV1) in FindOrCreateTriangle()259 psMesh->pT[psMesh->nT].w[1] = psE1->wV1; in FindOrCreateTriangle()261 psMesh->pT[psMesh->nT].w[1] = psE1->wV0; in FindOrCreateTriangle()274 if(memcmp(&psMesh->pV[psE1->wV0], pv1, sizeof(*pv1)) == 0) psMesh->pT[psMesh->nT].nWinding |= 0x02; in FindOrCreateTriangle()