Home
last modified time | relevance | path

Searched defs:SPODMesh (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h163 struct SPODMesh { struct
164 PVRTuint32 nNumVertex; /*!< Number of vertices in the mesh */
165 PVRTuint32 nNumFaces; /*!< Number of triangles in the mesh */
166 PVRTuint32 nNumUVW; /*!< Number of texture coordinate channels per vertex */
167 CPODData sFaces; /*!< List of triangle indices */
168 PVRTuint32 *pnStripLength; /*!< If mesh is stripped: number of tris per strip. */
169 …uint32 nNumStrips; /*!< If mesh is stripped: number of strips, length of pnStripLength array. */
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...) */
[all …]