Skip to content

Commit

Permalink
Merge pull request #54 from alxbilger/volumetricrenderingcuda
Browse files Browse the repository at this point in the history
Compile the plugin VolumetricRendering.CUDA
  • Loading branch information
hugtalbot authored Aug 5, 2024
2 parents 69981d1 + 8b4ab11 commit 3050794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
add-cmake-option "-DPLUGIN_COLLISIONOBBCAPSULE=ON"
add-cmake-option "-DPLUGIN_THMPGSPATIALHASHING=OFF -DSOFA_FETCH_THMPGSPATIALHASHING=ON"
add-cmake-option "-DPLUGIN_VOLUMETRICRENDERING=ON"

if [[ "$VM_HAS_CUDA" == "true" ]]; then
add-cmake-option "-DPLUGIN_VOLUMETRICRENDERING_CUDA=ON"
fi
fi

# Generate binaries?
Expand Down

0 comments on commit 3050794

Please sign in to comment.