File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,31 @@ if(BUILD_VIEWER)
206
206
-DOPENPGL_BUILD_VIEWER=ON
207
207
)
208
208
endif ()
209
-
209
+
210
+ if (OPENPGL_EF_RADIANCE_CACHES)
211
+ set (OPENPGL_ARGS ${OPENPGL_ARGS}
212
+ -DOPENPGL_EF_RADIANCE_CACHES=ON
213
+ )
214
+ endif ()
215
+
216
+ if (OPENPGL_EF_IMAGE_SPACE_GUIDING_BUFFER)
217
+ set (OPENPGL_ARGS ${OPENPGL_ARGS}
218
+ -DOPENPGL_EF_IMAGE_SPACE_GUIDING_BUFFER=ON
219
+ )
220
+ endif ()
221
+
222
+ if (OPENPGL_DIRECTION_COMPRESSION)
223
+ set (OPENPGL_ARGS ${OPENPGL_ARGS}
224
+ -DOPENPGL_DIRECTION_COMPRESSION=ON
225
+ )
226
+ endif ()
227
+
228
+ if (OPENPGL_RADIANCE_COMPRESSION)
229
+ set (OPENPGL_ARGS ${OPENPGL_ARGS}
230
+ -DOPENPGL_RADIANCE_COMPRESSION=ON
231
+ )
232
+ endif ()
233
+
210
234
if (OPENPGL_TBB_ROOT)
211
235
set (OPENPGL_ARGS ${OPENPGL_ARGS}
212
236
-DTBB_ROOT=${OPENPGL_TBB_ROOT}
You can’t perform that action at this time.
0 commit comments