HomeSort by relevance Sort by last modified time
    Searched refs:CPODData (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.h 114 @class CPODData
117 class CPODData {
167 CPODData sFaces; /*!< List of triangle indices */
170 CPODData sVertex; /*!< List of vertices (x0, y0, z0, x1, y1, z1, x2, etc...) */
171 CPODData sNormals; /*!< List of vertex normals (Nx0, Ny0, Nz0, Nx1, Ny1, Nz1, Nx2, etc...) */
172 CPODData sTangents; /*!< List of vertex tangents (Tx0, Ty0, Tz0, Tx1, Ty1, Tz1, Tx2, etc...) */
173 CPODData sBinormals; /*!< List of vertex binormals (Bx0, By0, Bz0, Bx1, By1, Bz1, Bx2, etc...) */
174 CPODData *psUVW; /*!< List of UVW coordinate sets; size of array given by 'nNumUVW' */
175 CPODData sVtxColours; /*!< A colour per vertex */
176 CPODData sBoneIdx; /*!< nNumBones*nNumVertex ints (Vtx0Idx0, Vtx0Idx1, ... Vtx1Idx0, Vtx1Idx1, ...) *
    [all...]
PVRTModelPOD.cpp 233 ** Class: CPODData
239 void CPODData::Reset()
770 const CPODData &n,
811 CPODData **pCPODData = new CPODData*[7 + mesh.nNumUVW];
    [all...]

Completed in 1180 milliseconds