According to the image from Physically Based Shading At Disney as below, the left is the real chrome, the middle is PBR approach, and the right is Blinn-Phong. We can find PBR is more closer to the real case, and the difference part is the specular lighting part. Blinn-Phong The most important part of specular term in Blinn-Phong is it uses half-vector instead of using dot(lightDir, normalDir) to avoid the traditional Phong lighting model hard shape problem. vec3 BRDF_Specular_BlinnPhong( vec3 lightDir, vec3 viewDir, vec3 normal, vec3 specularColor, float shininess ) { vec3 halfDir = normalize( lightDir + viewDir ); float dotNH = saturate( dot( normal, halfDir ) ); float dotLH = saturate( dot( lightDir, halfDir ) ); vec3 F = F_Schlick( specularColor, dotLH ); float G = G_BlinnPhong_Implicit( ); float D = D_BlinnPhong( shininess, dotNH ); return F * ( G * D ); } Physically-Based rendering Regarding to the lighting model of GGX, UE4 Shading presentation by
Hi,
ReplyDeleteDevice detection is the first step in performing content adaptation. They want to use some type of browser detection script, it is a simple script which will detect most mobile browsers. Thanks a lot...
Mobile Device Detection
It is really great website.This is very helpful blog and very high quality blog commenting lists. That’s all are very effective backlinks. Thanks…!!
ReplyDeleteThanks, this is a great list. I’m now following around half the folks I’ve commented on – so for me this has been a double win – the comment and the further reading material that helps me and my blog!
ReplyDeleteGreat efforts from your side. And thanks for sharing the same with us. It needs a lot of research to find out high-quality blog commenting sites.
ReplyDeleteFirstly, I would like to thank you for putting emphasis on how relevancy plays a big role in blog commenting as I had this going in my mind for a long time. And secondly, thanks for sharing the list of all the websites. I would like to request you to please share for Sports categories as well. Thanks for all the useful insights.
ReplyDelete