Searched refs:NrmQuad (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.3.1/build/demos/gx/UnitTours/3D_Pol_Light/src/ |
| D | main.c | 108 static void NrmQuad(int nrm, int idx0, int idx1, int idx2, int idx3) in NrmQuad() function 151 NrmQuad(0, 2, 0, 4, 6); in drawLeftCube() 152 NrmQuad(3, 7, 5, 1, 3); in drawLeftCube() 153 NrmQuad(5, 6, 4, 5, 7); in drawLeftCube() 154 NrmQuad(2, 3, 1, 0, 2); in drawLeftCube() 155 NrmQuad(1, 5, 4, 0, 1); in drawLeftCube() 156 NrmQuad(4, 6, 7, 3, 2); in drawLeftCube()
|