Yeah workflow/input can change on different implementations of PBR. PBR is a fuzzy word for saying the rendering using more correct algorithms to closely match the physical world. And in some cases building functionality into those algorithms that doesn't allow for unrealistic materials. For example it's now common to have…
Hey folks, i did alot of research about PBR in CryEngine 3. But i didn't find a clear answer, if the current Version of the FreeSDK suports Physical based Shading/Rendering! For example like Unreal 4. Thanks guys.
Yes and no, gold, bronze etc hypothetically it can all be done with grayscale, for example thats what is done in second son. I saw someone around he did a PBS system for unreal in the custom lighting slot cant remember where it is though
just came across this gem on the interwebs: http://graphicrants.blogspot.co.uk/2013/08/specular-brdf-reference.html saving it to my HDD :D just out of curiosity, what is the term "m" used to describe? for example part of the code is: (n.m) i know it's n dot "something", just don't know what the m is.
Someone wrote a custom shader for UDK using PBL here. From what I remember from using it though, it doesn't support lightmap baking - for example, if you had a single dominant directional light and relied on lightmass for your skylight and indirect lighting, your model would be completely black on the shadowed side.
Yeah absolutely, that is one of the biggest benefits, standardizing the whole production process. dDo's preset reflectance values are a great example, which are tailor made to work well with Marmoset shaders (though disclaimer: I'm not sure if those are "measured" values or how the Quixel guys came up with them, I just…
So say that it was your typical engine like UE3 for example with a basic shader and cube maps, would you just use specular colour and gloss for say a sheet of steel with a rusty patch with variation in both maps to define those materials accurately? I'm actually tempted to go try it now that I'm typing this out. Also, is a…
Can a PBL workflow work with the most current version of UDK by default, or is this only possible in UE4? I see you guys are using lots of custom materials and posting shots from Unreal, but I am not sure what version this is from, or if UE3/UDK are setup as a linear/PBL lighting system from the start. For example, are…
Thanks, that clear up a lot of things. So it's the engine itself that manage pretty much everithing, i must just determine if my material is dielectric or metallic and its roughness. Seems really straightforward. (also... i cant' wait to see some papers about "Inflitrator", it is mind blowing :) ). I think that the…