Searched refs:MyVert (Results 1 – 1 of 1) sorted by relevance
131 f32 MyVert[200] ATTRIBUTE_ALIGN(32); variable241 GXSetArray(GX_VA_POS, MyVert, 3*sizeof(f32)); in DrawInit()242 GXSetArray(GX_VA_NRM, MyVert, 3*sizeof(f32)); in DrawInit()264 MyVert[3*i] = sinf(a); // x in DrawInit()265 MyVert[3*i+1] = cosf(a); // y in DrawInit()266 MyVert[3*i+2] = 0.0F; // z in DrawInit()269 MyVert[3*16] = 0; // x in DrawInit()270 MyVert[3*16+1] = 0; // y in DrawInit()271 MyVert[3*16+2] = 1; // z in DrawInit()273 MyVert[3*17] = 0; // x in DrawInit()[all …]