Lines Matching defs:SPODScene
268 struct SPODScene { struct
269 VERTTYPE fUnits; /*!< Distance in metres that a single unit of measurement represents */
270 VERTTYPE pfColourBackground[3]; /*!< Background colour */
271 VERTTYPE pfColourAmbient[3]; /*!< Ambient colour */
273 PVRTuint32 nNumCamera; /*!< The length of the array pCamera */
274 SPODCamera *pCamera; /*!< Camera nodes array */
276 PVRTuint32 nNumLight; /*!< The length of the array pLight */
277 SPODLight *pLight; /*!< Light nodes array */
279 PVRTuint32 nNumMesh; /*!< The length of the array pMesh */
280 …hes may be instanced several times in a scene; i.e. multiple Nodes may reference any given mesh. */
282 PVRTuint32 nNumNode; /*!< Number of items in the array pNode */
283 PVRTuint32 nNumMeshNode; /*!< Number of items in the array pNode which are objects */
307 class CPVRTModelPOD : public SPODScene{ argument