Searched refs:MyVert (Results 1 – 1 of 1) sorted by relevance
131 f32 MyVert[200] ATTRIBUTE_ALIGN(32); variable231 GXSetArray(GX_VA_POS, MyVert, 3*sizeof(f32)); in DrawInit()232 GXSetArray(GX_VA_NRM, MyVert, 3*sizeof(f32)); in DrawInit()254 MyVert[3*i] = sinf(a); // x in DrawInit()255 MyVert[3*i+1] = cosf(a); // y in DrawInit()256 MyVert[3*i+2] = 0.0F; // z in DrawInit()259 MyVert[3*16] = 0; // x in DrawInit()260 MyVert[3*16+1] = 0; // y in DrawInit()261 MyVert[3*16+2] = 1; // z in DrawInit()263 MyVert[3*17] = 0; // x in DrawInit()[all …]