|
You are here |
www.jendrikillner.com | ||
| | | | |
momentsingraphics.de
|
|
| | | | | ||
| | | | |
brutalism.rs
|
|
| | | | | BRU-12 is a research project for performing realtime processing on volumetric 3D models and presenting them as meshes ready for rendering. The toolchain consists of Cinder and OpenVDB.OpenVDB is an industrial-grade data structure used for parallel processing of very large amounts of volumetric ("voxel") data. It's not really intended to be used for real-time rendering, but its design (and performance!) was interesting to me so I decided to try to implement a simple data pipeline on top of it. | |
| | | | |
graphics.cs.utah.edu
|
|
| | | | | [AI summary] The blog post introduces a new adaptive level-of-detail technique for hardware-accelerated ray tracing that significantly reduces energy use and render time by dynamically adjusting mesh resolution per ray. | |
| | | | |
timur.hu
|
|
| | | In the previous post I gave a brief introduction on what mesh and task shaders are from the perspective of application developers. Now it's time to dive deeper and talk about how mesh shaders are implemented in a Vulkan driver on AMD HW. Note that everything I discuss here is based on my experience and understanding as I was working on mesh shader support in RADV and is already available as public information in open source driver code. The goal of this blog post is to elaborate on how mesh shaders are i... | ||