Versions Compared

Key

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

class Enlighten::UE4::InverseSquareFalloffModel::CachedData

Cached data.

Functions


Anchor
ae20b4772e54d3688fbe67310eed3594d
ae20b4772e54d3688fbe67310eed3594d

Enlighten::UE4::InverseSquareFalloffModel::CachedData::CachedData

...

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

...

Constructor.


Anchor
a8dafea3e079426f57a62b8539c9c41c4
a8dafea3e079426f57a62b8539c9c41c4

GEO_CONTROLLED_INLINE Geo::v128 Enlighten::UE4::InverseSquareFalloffModel::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
ad2f7d2c0a5f017f7eaa903f637a7f7ec
ad2f7d2c0a5f017f7eaa903f637a7f7ec

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

...

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

...

Evaluate point falloff.