class Enlighten::UE4::InverseSquareFalloffModel::CachedData
Cached data.
Functions
Name | Description |
---|---|
CachedData(const UE4InputLight< InverseSquareFalloffModel > &) | Constructor. |
LineAttenuation(const ParentType &, const Geo::v128, const FourVec3s &, const FourVec3s &) | Evaluate line segment attenuation. |
PointAttenuation(const Geo::v128, const Geo::v128) | Evaluate point falloff. |
Anchor | ||||
---|---|---|---|---|
|
Enlighten::UE4::InverseSquareFalloffModel::CachedData::CachedData
...
public: CachedData
(
const UE4InputLight< InverseSquareFalloffModel > & light
)
...
Constructor.
Anchor | ||||
---|---|---|---|---|
|
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 | ||||
---|---|---|---|---|
|
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.