Searched refs:lpos2_dir (Results 1 – 1 of 1) sorted by relevance
230 nn::math::Vector4 lpos2_dir(0.f, -1.f, 0.f, 0.f); in DrawFrame() local231 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()