PowerVR Software Development Kit |
Go to the source code of this file.
Classes | |
class | CPODData |
struct | SPODCamera |
struct | SPODLight |
struct | SPODMesh |
struct | SPODNode |
struct | SPODTexture |
struct | SPODMaterial |
struct | SPODScene |
class | CPVRTPODScene |
Defines | |
#define | PVRTMODELPOD_VERSION ("AB.POD.2.0") |
#define | PVRTMODELPODSF_FIXED (0x00000001) |
Enumerations | |
enum | EPODLight { ePODPoint, ePODDirectional } |
Functions | |
size_t | PVRTModelPODDataTypeSize (const EPVRTDataType type) |
size_t | PVRTModelPODDataTypeComponentCount (const EPVRTDataType type) |
size_t | PVRTModelPODDataStride (const CPODData &data) |
void | PVRTModelPODDataConvert (CPODData &data, const unsigned int nCnt, const EPVRTDataType eNewType) |
void | PVRTModelPODDataShred (CPODData &data, const unsigned int nCnt, const unsigned int nMask) |
void | PVRTModelPODToggleInterleaved (SPODMesh &mesh) |
void | PVRTModelPODDeIndex (SPODMesh &mesh) |
void | PVRTModelPODToggleStrips (SPODMesh &mesh) |
unsigned int | PVRTModelPODCountIndices (const SPODMesh &mesh) |
void | PVRTModelPODToggleFixedPoint (SPODScene &s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|