Skip to content

Commit

Permalink
add megapm_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jkxing committed Jan 26, 2024
1 parent 9bd86a5 commit 1c2de21
Show file tree
Hide file tree
Showing 2 changed files with 887 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/integrators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ luisa_render_add_plugin(pssmlt CATEGORY integrator SOURCES pssmlt.cpp)
luisa_render_add_plugin(gradientpath CATEGORY integrator SOURCES gpt.cpp)
luisa_render_add_plugin(megawave CATEGORY integrator SOURCES megawave.cpp)
luisa_render_add_plugin(megapm CATEGORY integrator SOURCES megapm.cpp)
luisa_render_add_plugin(megapm_diff CATEGORY integrator SOURCES megapm.cpp)
luisa_render_add_plugin(megavpt CATEGORY integrator SOURCES mega_vpt.cpp)
luisa_render_add_plugin(megavptnaive CATEGORY integrator SOURCES mega_vpt_naive.cpp)
luisa_render_add_plugin(megareplaydiff CATEGORY integrator SOURCES mega_replay_diff.cpp)
Loading

0 comments on commit 1c2de21

Please sign in to comment.