Searched refs:lpos1_dir (Results 1 – 1 of 1) sorted by relevance
215 nn::math::Vector4 lpos1_dir(0.f, -1.f, 0.f, 0.f); in DrawFrame() local216 lpos1_dir.x = 0.5f * cosf(2.5f * f / 60.f); in DrawFrame()217 lpos1_dir.z = 0.5f * sinf(2.5f * f / 60.f); in DrawFrame()218 …pos_dir = nn::math::Vector4(nn::math::VEC4Dot(&mv0, &lpos1_dir), nn::math::VEC4Dot(&mv1, &lpos1_di… in DrawFrame()219 nn::math::VEC4Dot(&mv2, &lpos1_dir), lpos1_dir.w); in DrawFrame()