You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned that we need to use normal vector in view space to compute the illumination whereas you computed it in clip space. I think passing (Projection*ModelView).inverse_transpose may be wrong. Instead we should pass ModelView.inverse_transpose to compute the transformed normal vector?