Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h268 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. */
[all …]