There are several methods to create and display a terrain, in real-time. In this post, I will explain the approach I followed on the demo I’m writing for my work at Igalia. Some work is still in progress.
Tag: shaders
Debugging graphics code using replacement shaders (Linux, Mesa)
Sometimes, when working with the mesa drivers, modifying or replacing a shader might be extremely useful for debugging. Mesa allows users to replace their shaders at runtime without having to change the original code by providing these environment variables:
Continue reading Debugging graphics code using replacement shaders (Linux, Mesa)
CT scan viewer
Here’s a CT scan viewer I’ve started to experiment with volume rendering: