Add multi-group support to reconstruction
Reconstruction now supports multiple groups until rendering. This means that the scene_A and scene_B variables are now vectors. To support this change, a bug was fixed in configuration.cpp. Previously, instead of adding multiple paths, the configure() method simply added the same path multiple times. Now all paths are correctly added to the configuration.
Showing
- applications/ftl2mkv/src/main.cpp 1 addition, 1 deletionapplications/ftl2mkv/src/main.cpp
- applications/reconstruct/CMakeLists.txt 1 addition, 0 deletionsapplications/reconstruct/CMakeLists.txt
- applications/reconstruct/src/main.cpp 52 additions, 98 deletionsapplications/reconstruct/src/main.cpp
- applications/reconstruct/src/reconstruction.cpp 77 additions, 0 deletionsapplications/reconstruct/src/reconstruction.cpp
- applications/reconstruct/src/reconstruction.hpp 37 additions, 0 deletionsapplications/reconstruct/src/reconstruction.hpp
- components/common/cpp/src/configuration.cpp 2 additions, 2 deletionscomponents/common/cpp/src/configuration.cpp
- components/renderers/cpp/src/splatter_cuda.hpp 5 additions, 0 deletionscomponents/renderers/cpp/src/splatter_cuda.hpp
- components/renderers/cpp/src/tri_render.cpp 29 additions, 29 deletionscomponents/renderers/cpp/src/tri_render.cpp
- components/renderers/cpp/src/triangle_render.cu 24 additions, 0 deletionscomponents/renderers/cpp/src/triangle_render.cu
Loading
Please register or sign in to comment