From c8d42e21ed01b12a0711fd15f2dc83a5028469bc Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Mon, 18 Dec 2023 18:31:44 +0100 Subject: [PATCH] add compilation of VolumetricRendering --- scripts/configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/configure.sh b/scripts/configure.sh index 99bcbc8..ca06a88 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -444,6 +444,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then add-cmake-option "-DPLUGIN_SOFASPHFLUID=ON" add-cmake-option "-DPLUGIN_COLLISIONOBBCAPSULE=ON" add-cmake-option "-DPLUGIN_THMPGSPATIALHASHING=OFF -DSOFA_FETCH_THMPGSPATIALHASHING=ON" + add-cmake-option "-DPLUGIN_VOLUMETRICRENDERING=ON" fi # Generate binaries?