summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-16 10:03:18 +0100
committerskal <pascal.massimino@gmail.com>2026-02-16 10:03:18 +0100
commit2e33a435d6f1efee5a6c88cbfc99b97241fe2ad3 (patch)
tree6eb1890a738ff9050835cd88bc4cadebeeb390c8 /cmake
parenta126caf9e52b8f7c5be8e09b303e741aa9a410cb (diff)
feat(sequence): port rotating_cube_effect to v2
- Add RotatingCubeEffectV2 with 3D rendering + depth buffer - Create rotating_cube_v2.wgsl (hardcoded cube geometry) - Simplified: no auxiliary mask texture dependency - Declare depth node via NodeRegistry - Update timeline_v2.seq rotating_cube sequence - Add shader exports to shaders.{h,cc} - All 36 tests passing handoff(Claude): RotatingCube v2 complete, hybrid_3d next
Diffstat (limited to 'cmake')
-rw-r--r--cmake/DemoSourceLists.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/DemoSourceLists.cmake b/cmake/DemoSourceLists.cmake
index 5325f6a..1b8ad28 100644
--- a/cmake/DemoSourceLists.cmake
+++ b/cmake/DemoSourceLists.cmake
@@ -36,6 +36,7 @@ set(COMMON_GPU_EFFECTS
src/effects/gaussian_blur_effect_v2.cc
src/effects/heptagon_effect_v2.cc
src/effects/particles_effect_v2.cc
+ src/effects/rotating_cube_effect_v2.cc
src/effects/heptagon_effect.cc
src/effects/particles_effect.cc
src/effects/passthrough_effect.cc