Searched defs:SPODMaterial (Results 1 – 1 of 1) sorted by relevance
229 struct SPODMaterial { struct230 PVRTchar8 *pszName; /*!< Name of material */231 PVRTint32 nIdxTexDiffuse; /*!< Idx into pTexture for the diffuse texture */232 PVRTint32 nIdxTexAmbient; /*!< Idx into pTexture for the ambient texture */233 PVRTint32 nIdxTexSpecularColour; /*!< Idx into pTexture for the specular colour texture */234 PVRTint32 nIdxTexSpecularLevel; /*!< Idx into pTexture for the specular level texture */235 PVRTint32 nIdxTexBump; /*!< Idx into pTexture for the bump map */236 PVRTint32 nIdxTexEmissive; /*!< Idx into pTexture for the emissive texture */237 PVRTint32 nIdxTexGlossiness; /*!< Idx into pTexture for the glossiness texture */238 PVRTint32 nIdxTexOpacity; /*!< Idx into pTexture for the opacity texture */[all …]