Implements #216 triangle renderer
Showing
- applications/gui/src/main.cpp 1 addition, 1 deletionapplications/gui/src/main.cpp
- applications/gui/src/screen.cpp 16 additions, 10 deletionsapplications/gui/src/screen.cpp
- applications/reconstruct/src/main.cpp 5 additions, 3 deletionsapplications/reconstruct/src/main.cpp
- components/codecs/include/ftl/codecs/channels.hpp 1 addition, 0 deletionscomponents/codecs/include/ftl/codecs/channels.hpp
- components/control/cpp/src/master.cpp 1 addition, 0 deletionscomponents/control/cpp/src/master.cpp
- components/renderers/cpp/CMakeLists.txt 5 additions, 1 deletioncomponents/renderers/cpp/CMakeLists.txt
- components/renderers/cpp/include/ftl/cuda/makers.hpp 66 additions, 0 deletionscomponents/renderers/cpp/include/ftl/cuda/makers.hpp
- components/renderers/cpp/include/ftl/render/tri_render.hpp 55 additions, 0 deletionscomponents/renderers/cpp/include/ftl/render/tri_render.hpp
- components/renderers/cpp/src/normals.cu 3 additions, 1 deletioncomponents/renderers/cpp/src/normals.cu
- components/renderers/cpp/src/reprojection.cu 274 additions, 0 deletionscomponents/renderers/cpp/src/reprojection.cu
- components/renderers/cpp/src/screen.cu 44 additions, 0 deletionscomponents/renderers/cpp/src/screen.cu
- components/renderers/cpp/src/splatter.cpp 0 additions, 0 deletionscomponents/renderers/cpp/src/splatter.cpp
- components/renderers/cpp/src/splatter.cu 35 additions, 57 deletionscomponents/renderers/cpp/src/splatter.cu
- components/renderers/cpp/src/splatter_cuda.hpp 45 additions, 0 deletionscomponents/renderers/cpp/src/splatter_cuda.hpp
- components/renderers/cpp/src/tri_render.cpp 548 additions, 0 deletionscomponents/renderers/cpp/src/tri_render.cpp
- components/renderers/cpp/src/triangle_render.cu 164 additions, 0 deletionscomponents/renderers/cpp/src/triangle_render.cu
- components/rgbd-sources/src/frame.cpp 4 additions, 4 deletionscomponents/rgbd-sources/src/frame.cpp
- components/rgbd-sources/src/sources/net/net.cpp 1 addition, 1 deletioncomponents/rgbd-sources/src/sources/net/net.cpp
Loading
Please register or sign in to comment