|
You are here |
c0de517e.blogspot.com | ||
| | | | |
www.reedbeta.com
|
|
| | | | | Pixels and polygons and shaders, oh my! | |
| | | | |
kosmonautblog.wordpress.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | 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. | ||