Skip to content

Commit c1fe5f1

Browse files
gregoire-dlcbentejac
authored andcommitted
[qtAliceVision] Add PhongImageViewer
Allows to load and display image (albedo and normal) with a given light direction. Shading is done using Blinn-Phong reflection model.
1 parent d5af724 commit c1fe5f1

File tree

4 files changed

+578
-0
lines changed

4 files changed

+578
-0
lines changed

src/qtAliceVision/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set(PLUGIN_SOURCES
1010
Surface.cpp
1111
MSfMDataStats.cpp
1212
PanoramaViewer.cpp
13+
PhongImageViewer.cpp
1314
Painter.cpp
1415
SequenceCache.cpp
1516
SingleImageLoader.cpp
@@ -28,6 +29,7 @@ set(PLUGIN_HEADERS
2829
FloatTexture.hpp
2930
MSfMDataStats.hpp
3031
PanoramaViewer.hpp
32+
PhongImageViewer.hpp
3133
Surface.hpp
3234
Painter.hpp
3335
ImageServer.hpp

0 commit comments

Comments
 (0)