Searched refs:pos (Results 1 – 2 of 2) sorted by relevance
88 GLfloat pos[ROW_NUM * COL_NUM][3]; member109 s_Vtx.pos[row * COL_NUM + col][0] =(GLfloat)sin(deltaROW * row) * cos(deltaCOL * col); in LoadSphere()110 s_Vtx.pos[row * COL_NUM + col][1] =(GLfloat)cos(deltaROW * row); in LoadSphere()111 s_Vtx.pos[row * COL_NUM + col][2] =(GLfloat)sin(deltaROW * row) * sin(deltaCOL * col); in LoadSphere()151 GLfloat pos[4][3]; in LoadPlane() member157 vtx.pos[0][0] = +3.0f; in LoadPlane()158 vtx.pos[0][1] = -1.0f; in LoadPlane()159 vtx.pos[0][2] = +3.0f; in LoadPlane()161 vtx.pos[1][0] = +3.0f; in LoadPlane()162 vtx.pos[1][1] = -1.0f; in LoadPlane()[all …]
73 GLfloat pos[ROW_NUM * COL_NUM][3]; member102 …s_Vtx.pos[row * COL_NUM + col][0] =0.5f * (GLfloat)nn::math::SinRad(deltaROW * row) * nn::math::Co… in LoadSphere()103 s_Vtx.pos[row * COL_NUM + col][1] =0.5f * (GLfloat)nn::math::CosRad(deltaROW * row); in LoadSphere()104 …s_Vtx.pos[row * COL_NUM + col][2] =0.5f * (GLfloat)nn::math::SinRad(deltaROW * row) * nn::math::Si… in LoadSphere()144 GLfloat pos[4][3]; in LoadPlane() member150 vtx.pos[0][0] = +4.0f; in LoadPlane()151 vtx.pos[0][1] = 0.f; in LoadPlane()152 vtx.pos[0][2] = +4.0f; in LoadPlane()154 vtx.pos[1][0] = +4.0f; in LoadPlane()155 vtx.pos[1][1] = 0.f; in LoadPlane()[all …]