Commit Graph

5 Commits

Author SHA1 Message Date
Matthew Gordon f2bd9a92fc Move dem_renderer module into subdirectory 2024-11-29 20:32:51 -04:00
Matthew Gordon f7603661c1 Add non-working raycasting code
Implemented basic raycasting but it doesn't work; I'll check this in and
then add GPU unit tests.
2024-11-29 20:28:20 -04:00
Matthew Gordon 5e3b97ed61 Load DEM BVH into texture 2024-11-22 21:42:37 -04:00
Matthew Gordon a4503c3dbf Load DEM texture 2024-11-22 20:20:06 -04:00
Matthew Gordon b870e03812 Draw unlit cube when DEM is loaded
Reconfigure the pipeline to draw an unlit (solid colour silhouette) cube
when a DEM is loaded. The fragment shader of this cube will be what
raytraces the DEM.
2024-11-14 12:51:24 -04:00