Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSpotAtte/
DLightingSpotAtte.cpp230 nn::math::Vector4 lpos2_dir(0.f, -1.f, 0.f, 0.f); in DrawFrame() local
231 lpos2_dir.x = 0.5f * cosf(3.f * f / 60.f); in DrawFrame()
232 lpos2_dir.z = 0.5f * sinf(3.f * f / 60.f); in DrawFrame()
233 …pos_dir = nn::math::Vector4(nn::math::VEC4Dot(&mv0, &lpos2_dir), nn::math::VEC4Dot(&mv1, &lpos2_di… in DrawFrame()
234 nn::math::VEC4Dot(&mv2, &lpos2_dir), lpos2_dir.w); in DrawFrame()