Searched refs:lpos0_dir (Results 1 – 1 of 1) sorted by relevance
200 nn::math::Vector4 lpos0_dir(0.f, -1.f, 0.f, 0.f); in DrawFrame() local201 lpos0_dir.x = 0.5f * cosf(2.f * f / 60.f); in DrawFrame()202 lpos0_dir.z = 0.5f * sinf(2.f * f / 60.f); in DrawFrame()203 …nn::math::Vector4 lpos_dir(nn::math::VEC4Dot(&mv0, &lpos0_dir), nn::math::VEC4Dot(&mv1, &lpos0_dir… in DrawFrame()204 nn::math::VEC4Dot(&mv2, &lpos0_dir), lpos0_dir.w); in DrawFrame()