From a41b468a617df5c73680b320622b42c3de1854e4 Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 8 Jan 2025 00:53:54 +0100 Subject: [PATCH] added a todolist --- src/main.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cu b/src/main.cu index 68bc172..c448442 100644 --- a/src/main.cu +++ b/src/main.cu @@ -18,7 +18,7 @@ static float* d_volume = nullptr; // * pass camera_info to the raycasting function - updated according to glfw. // * on that note, code for handling input (mouse movement certainly, possibly free input / 4 pre-coded views, q/esc to quit, space for pause (would be were the 'simple' render idea would come in)) // * very similarly - actual code for loading new data as the simulation progresses - right now its effectively a static image loader -// +// * better cleanup; im sure im missing a bunch of frees that really should be there. void getTemperature(std::vector& temperatureData, int idx = 0) { std::string path = "data/trimmed";