PowerVR Software Development Kit


Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

SPODMesh Struct Reference

#include <PVRTModelPOD.h>

Collaboration diagram for SPODMesh:

Collaboration graph
[legend]
List of all members.

Public Attributes

unsigned int nNumVertex
unsigned int nNumFaces
unsigned int nNumUVW
CPODData sFaces
unsigned int * pnStripLength
unsigned int nNumStrips
CPODData sVertex
CPODData sNormals
CPODData sTangents
CPODData sBinormals
CPODDatapsUVW
CPODData sVtxColours
CPODData sBoneIdx
CPODData sBoneWeight
unsigned char * pInterleaved
CPVRTBoneBatches sBoneBatches

Member Data Documentation



nNumFaces


unsigned int SPODMesh::nNumFaces
 

Number of triangles in the mesh



nNumStrips


unsigned int SPODMesh::nNumStrips
 

If mesh is stripped: number of strips, length of pnStripLength array.



nNumUVW


unsigned int SPODMesh::nNumUVW
 

Number of texture coordinate channels per vertex



nNumVertex


unsigned int SPODMesh::nNumVertex
 

Number of vertices in the mesh



pInterleaved


unsigned char* SPODMesh::pInterleaved
 

Interleaved vertex data



pnStripLength


unsigned int* SPODMesh::pnStripLength
 

If mesh is stripped: number of tris per strip.



psUVW


CPODData* SPODMesh::psUVW
 

List of UVW coordinate sets; size of array given by 'nNumUVW'



sBinormals


CPODData SPODMesh::sBinormals
 

List of vertex binormals (Bx0, By0, Bz0, Bx1, By1, Bz1, Bx2, etc...)



sBoneBatches


CPVRTBoneBatches SPODMesh::sBoneBatches
 

Bone tables



sBoneIdx


CPODData SPODMesh::sBoneIdx
 

nNumBones*nNumVertex ints (Vtx0Idx0, Vtx0Idx1, ... Vtx1Idx0, Vtx1Idx1, ...)



sBoneWeight


CPODData SPODMesh::sBoneWeight
 

nNumBones*nNumVertex floats (Vtx0Wt0, Vtx0Wt1, ... Vtx1Wt0, Vtx1Wt1, ...)



sFaces


CPODData SPODMesh::sFaces
 

List of triangle indices



sNormals


CPODData SPODMesh::sNormals
 

List of vertex normals (Nx0, Ny0, Nz0, Nx1, Ny1, Nz1, Nx2, etc...)



sTangents


CPODData SPODMesh::sTangents
 

List of vertex tangents (Tx0, Ty0, Tz0, Tx1, Ty1, Tz1, Tx2, etc...)



sVertex


CPODData SPODMesh::sVertex
 

List of vertices (x0, y0, z0, x1, y1, z1, x2, etc...)



sVtxColours


CPODData SPODMesh::sVtxColours
 

A colour per vertex


The documentation for this struct was generated from the following file:

Copyright © 1999-2006, PowerVR Technologies and partners. PowerVR Technologies is a division of Imagination Technologies Ltd.


Generated by DOXYGEN 1.3.6