Explore >> Select a destination


You are here

c0de517e.blogspot.com
| | 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.
| | solid-angle.blogspot.com
4.2 parsecs away

Travel
| | Programmers don't generally have reels, but we do have blogs. I've been explaining the rendering work I did on BioShock Infinite quite a b...
| | 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...
| | rosenzweig.io
21.4 parsecs away

Travel
| [AI summary] A developer documents the unprecedented one-month challenge of writing a fully conformant Vulkan 1.3 driver for Apple's M1 chip using the NVK simulation engine.