File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ SET(HEADERS
23
23
../src/relight_vector.h
24
24
../src/rti.h
25
25
../src/legacy_rti.h
26
+ ../src/dome.h
27
+ ../src/sphere.h
28
+ ../src/lens.h
26
29
)
27
30
28
31
SET (SOURCES
@@ -35,6 +38,9 @@ SET(SOURCES
35
38
../src/rti.cpp
36
39
../src/legacy_rti.cpp
37
40
../src/lp.cpp
41
+ ../src/dome.cpp
42
+ ../src/lens.cpp
43
+ ../src/sphere.cpp
38
44
convert_rti.cpp
39
45
)
40
46
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ SET(HEADERS
22
22
../src/imageset.h
23
23
../src/lp.h
24
24
../src/jpeg_encoder.h
25
+ ../src/lens.h
26
+ ../src/dome.h
27
+ ../src/sphere.h
25
28
../relight-cli/rtibuilder.h
26
29
)
27
30
@@ -33,6 +36,9 @@ SET(SOURCES
33
36
../src/imageset.cpp
34
37
../src/lp.cpp
35
38
../src/jpeg_encoder.cpp
39
+ ../src/lens.cpp
40
+ ../src/dome.cpp
41
+ ../src/sphere.cpp
36
42
../relight-cli/rtibuilder.cpp
37
43
)
38
44
You can’t perform that action at this time.
0 commit comments