Screenshot of the Month April 2015 [Winner Announced!]

Competitions for Irrlicht or 3D in general.
Irrlicht Screenshot of the Month: Winner for January, vote for February, submit for March
stefany
Posts: 58
Joined: Wed Dec 07, 2011 10:50 am

Re: Screenshot of the Month April 2015 [Vote NOW!]

Post by stefany »

Voting has opened!
vectorcorpse
Posts: 86
Joined: Thu Feb 14, 2008 7:30 pm
Location: Portugal

Re: Screenshot of the Month April 2015 [Vote NOW!]

Post by vectorcorpse »

wing64 u nailed it :O
any chance u would share your shaders or shed some light on the difference between your implementation and the traditional one?
mine is based on the traditional and very naive, it still looks good but at close distances is nothing compared to what you have here.
the model is from Paul Tosca he made it available online and i used it has reference to tune the shader... yet it should be tune not from a model but from real world light calculations.
Image
Image
wing64
Competition winner
Posts: 242
Joined: Wed Jul 23, 2008 2:35 am
Location: Thailand
Contact:

Re: Screenshot of the Month April 2015 [Vote NOW!]

Post by wing64 »

Thanks for comment. I think you shader look good but i have a little notice for your shader
1. Not sure your specular are BRDF yet ?
2. Did you try cubemap as environment reflection ?
Important point of PBL are both specular and environment reflection, Maybe CookTorrance or Beckmann algorithms nice as specular and you must use cubemap as environment reflection too.
When we talk about environment reflection in PBL will variant follow specular and metalic parameter e.g. if set material are both high metal and high specular then environment reflection will very sharp result is aluminium but if set high metal and medium or low specular then result is gold.
Conclusion: Try BRDF model from https://github.com/wdas/brdf and cubemap reflection from https://www.opengl.org/discussion_board ... -with-GLSL
Hope enjoy the PBL.
p.s. I experimental with Nyra model on our rendering here http://irrlicht.sourceforge.net/forum/v ... 45#p293545
vectorcorpse
Posts: 86
Joined: Thu Feb 14, 2008 7:30 pm
Location: Portugal

Re: Screenshot of the Month April 2015 [Vote NOW!]

Post by vectorcorpse »

yes, u'r right, i haven't implemented cubemap yet, the shader math is a bit old and it doesn't take environment in to account resulting in white or black gaps on those chunks, besides i haven't adopted the new texture scheme yet and also the model textures are not pbr aware.
Anyway, thank you very much for the tips, they are very useful :D
p.s. u'r nyra renders look awesome.
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Screenshot of the Month April 2015 [Vote NOW!]

Post by Vectrotek »

Fantastic!! Ill try to upload my GLSL implementation and a screenshot..
stefany
Posts: 58
Joined: Wed Dec 07, 2011 10:50 am

Re: Screenshot of the Month April 2015 [Winner Announced!]

Post by stefany »

Winner announced!
Post Reply