Cuda-accelerated volume visualization implementing Phong illumination and silhouette shading.
Go to file
Martin Opat 8e4c5290d7 Re-implemented vec3 constructor to allow for uninitialized declaration (cuda does not allow dynamic intialization) 2024-12-30 12:08:08 +01:00
src Re-implemented vec3 constructor to allow for uninitialized declaration (cuda does not allow dynamic intialization) 2024-12-30 12:08:08 +01:00
.gitignore Merging branches 2024-12-28 11:36:23 +01:00
LICENSE Initial commit 2024-11-14 12:07:21 +01:00
README.md Initial commit 2024-11-14 12:07:21 +01:00
cuda_install_guide.md Updated cuda install guide 2024-12-23 19:10:34 +01:00
load-modules.sh FieldData structs implemented 2024-12-20 18:46:18 +01:00
makefile Removed unnecessary -I tag from makefile 2024-12-30 10:51:34 +01:00
test_read.py working buffering 2024-12-26 12:33:07 +01:00
test_read2.py working buffering 2024-12-26 12:33:07 +01:00
test_read3.py wrote equivalent python code 2024-12-26 17:34:41 +01:00

README.md

cuda-based-raytrace