Original Post
What is Eye vector and half vector? // calculate half angle vector float3 eyeVec = float3(0.0, 0.0, 1.0); float3 halfVec = normalize(lightVec + eyeVec);
GameDev.net uses cookies to ensure you have the best experience on our platform. Learn more