/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

graphicrants.blogspot.com
| | blog.selfshadow.com
5.5 parsecs away

Travel
| | [AI summary] A technical deep dive comparing and proposing solutions for specular aliasing and shimmering in real-time game graphics.
| | auzaiffe.wordpress.com
5.1 parsecs away

Travel
| | 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
3.7 parsecs away

Travel
| | 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
| | www.3blue1brown.com
30.3 parsecs away

Travel
| What is the Riemann zeta function? What is analytic continuation? This video lays out the complex analysis needed to answer these questions.