/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

c0de517e.blogspot.com
| | www.reedbeta.com
4.0 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | kosmonautblog.wordpress.com
4.2 parsecs away

Travel
| | In this article I will explore ways to make Signed Distance Fields work in my engine. We can use SDFs for efficient and beautiful 3d renderings not possible otherwise. Signed Distance Fields are basically volume textures that are assigned to a mesh or height map etc.. The idea is to sample a number of locations...
| | blog.selfshadow.com
3.0 parsecs away

Travel
| | [AI summary] This text discusses advanced techniques for occlusion culling and visibility determination in computer graphics, particularly focusing on GPU and SPU implementations. It outlines methods such as hierarchical z-buffering, HZB (Hierarchical Z-Buffer) sampling, and frustum subdivision for efficient rendering of large environments. The text also touches on challenges like latency, hardware limitations, and future directions for visibility processing, including potential integration with next-generation hardware.
| | www.jakobmaier.at
27.1 parsecs away

Travel
| In this project I wrote a monte-carlo path tracer in C++ with some nice features, including mesh rendering, direct light sampling and various different materials.