Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h148 struct SPODLight { struct
149 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 */