Skip to content

Commit

Permalink
[qtAliceVision] Add PhongImageViewer
Browse files Browse the repository at this point in the history
Allows to load and display image (albedo and normal) with a given light direction.
Shading is done using Blinn-Phong reflection model.
  • Loading branch information
gregoire-dl committed Jun 14, 2024
1 parent 98443e2 commit 181bf73
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qtAliceVision/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(PLUGIN_SOURCES
Surface.cpp
MSfMDataStats.cpp
PanoramaViewer.cpp
PhongImageViewer.cpp
Painter.cpp
SequenceCache.cpp
SingleImageLoader.cpp
Expand All @@ -26,6 +27,7 @@ set(PLUGIN_HEADERS
FloatTexture.hpp
MSfMDataStats.hpp
PanoramaViewer.hpp
PhongImageViewer.hpp
Surface.hpp
Painter.hpp
ImageServer.hpp
Expand Down
Loading

0 comments on commit 181bf73

Please sign in to comment.