Home
last modified time | relevance | path

Searched refs:inverseProjectionMatrix (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Fog.cpp300 const math::MTX44& inverseProjectionMatrix) in SetupFogSampler() argument
327 viewPos.w = inverseProjectionMatrix.f._32 * depth + inverseProjectionMatrix.f._33; in SetupFogSampler()
328 … viewPos.z = -(inverseProjectionMatrix.f._22 * depth + inverseProjectionMatrix.f._23) / viewPos.w; in SetupFogSampler()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Fog.h367 const math::MTX44& inverseProjectionMatrix);