Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::UE4::UnrealFalloffModel::CachedData

Cached data.

Functions


Anchor
a6f1e7618ed3493fb14a182291cd43ea3
a6f1e7618ed3493fb14a182291cd43ea3

Enlighten::UE4::UnrealFalloffModel::CachedData::CachedData

...

public: CachedData
(
    const UE4InputLight< UnrealFalloffModel > & light
)

...

Constructor.


Anchor
a57a6fe2ba9ebbd84bd852bf3e755f258
a57a6fe2ba9ebbd84bd852bf3e755f258

GEO_CONTROLLED_INLINE Geo::v128 Enlighten::UE4::UnrealFalloffModel::CachedData::LineAttenuation

...

public: GEO_CONTROLLED_INLINEGeo::v128 LineAttenuation
(
    const ParentType & Parent,
    const Geo::v128 squareLD,
    const FourVec3s & LightDisplacements,
    const FourVec3s & Normals
) const

...

Evaluate line segment attenuation.


Anchor
af12c387daaec9085614cc3cef0015f83
af12c387daaec9085614cc3cef0015f83

GEO_CONTROLLED_INLINE Geo::v128 Enlighten::UE4::UnrealFalloffModel::CachedData::PointAttenuation

...

public: GEO_CONTROLLED_INLINEGeo::v128 PointAttenuation
(
    const Geo::v128 squareLD,
    const Geo::v128 recipLD
) const

...

Evaluate point falloff.