Searched defs:SPODScene (Results 1 – 1 of 1) sorted by relevance
268 struct SPODScene { struct269 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. */[all …]