Searched defs:SPODLight (Results 1 – 1 of 1) sorted by relevance
148 struct SPODLight { struct149 PVRTint32 nIdxTarget; /*!< Index of the target object */150 VERTTYPE pfColour[3]; /*!< Light colour (0.0f -> 1.0f for each channel) */151 EPODLightType eType; /*!< Light type (point, directional, spot etc.) */152 PVRTfloat32 fConstantAttenuation; /*!< Constant attenuation */153 PVRTfloat32 fLinearAttenuation; /*!< Linear atternuation */154 PVRTfloat32 fQuadraticAttenuation; /*!< Quadratic attenuation */155 PVRTfloat32 fFalloffAngle; /*!< Falloff angle (in radians) */156 PVRTfloat32 fFalloffExponent; /*!< Falloff exponent */