|
You are here |
graphicrants.blogspot.com | ||
| | | | |
auzaiffe.wordpress.com
|
|
| | | | | In this blog post, you will find an implementation for importance sampling a VNDF (GGX-Smith) isotropic distribution that is 15% faster than the current state of the art and doesn't require building a local basis. Here is the HLSL implementation: float3 sample_vndf_isotropic(float2 u, float3 wi, float alpha, float3 n) { // decompose the floattor in... | |
| | | | |
therealmjp.github.io
|
|
| | | | | This is part 4 of a series on Spherical Gaussians and their applications for pre-computed lighting. You can find the other articles here: Part 1 -A Brief (and Incomplete) History of Baked Lighting Representations Part 2 -Spherical Gaussians 101 Part 3 -Diffuse Lighting From an SG Light Source Part 4 -Specular Lighting From an SG Light Source Part 5 -Approximating Radiance and Irradiance With SG's | |
| | | | |
seblagarde.wordpress.com
|
|
| | | | | Version : 1.31 - Living blog - First version was 2 August 2011 With permission of my company : Dontnod entertainment http://www.dont-nod.com/ This last year sees a growing interest for physically based rendering. Physically based shading simplify parameters control for artists, allow more consistent look under different lighting condition and have better realistic look. As... | |
| | | | |
www.copetti.org
|
|
| | | An in-depth analysis that explains how this console works internally | ||