Searched refs:fFalloffExponent (Results 1 – 2 of 2) sorted by relevance
156 PVRTfloat32 fFalloffExponent; /*!< Falloff exponent */ member
997 …if(!WriteData32(pFile, ePODFileLightFalloffExponent, &s.pLight[i].fFalloffExponent)) return fal… in WritePOD()1271 case ePODFileLightFalloffExponent: if(!src.Read32(s.fFalloffExponent)) return false; break; in ReadLight()