Lines Matching refs:VEC4
57 nw::math::VEC4 GetTranslate(const nw::math::MTX34& transform) in GetTranslate()
60 return nw::math::VEC4(translate); in GetTranslate()
592 … math::VEC4 directionAndLerp(direction.x, direction.y, direction.z, resLight.GetLerpFactor()); in ActivateHemiSphereLight()
633 nw::math::VEC4 direction(light->Direction()); in ActivateFragmentLight()
665 nw::math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateFragmentLight()
702 nw::math::VEC4 direction(light->Direction()); in ActivateFragmentLight()
707 nw::math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateFragmentLight()
776 math::VEC4 position(light->Direction()); in ActivateVertexLight()
786 math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateVertexLight()
802 math::VEC4 spotDirection(light->Direction()); in ActivateVertexLight()
807 … math::VEC4 spotFactor(resLight.GetSpotFactor().x, resLight.GetSpotFactor().y, 0.0f, 0.0f); in ActivateVertexLight()
837 math::VEC4::Zero()); in ActivateVertexLight()
847 math::VEC4* out, in TransformToViewCoordinate()
849 const math::VEC4* v) in TransformToViewCoordinate()
874 const math::VEC4 float4(1.0f, 1.0f, 1.0f, 1.0f); in RenderPrimitive()