diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-28 09:48:08 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-28 09:48:08 +0100 |
| commit | f9ac4caf2f36c283c2d90bcb985e3298c417d564 (patch) | |
| tree | 70960c6115442c6f342ee5c0e50726e9c8f9f226 /workspaces/main/timeline.seq | |
| parent | bc1beb58ba259263eb98d43d2aa742307764591c (diff) | |
fix(tools/shadertoy): fix Next Steps instructions and update EFFECT_WORKFLOW.md
- Fix assets.txt path: shaders/xxx.wgsl (not ../../src/shaders/)
- Fix shader output path to workspaces/main/shaders/
- Step 5: reference cmake/DemoSourceLists.cmake COMMON_GPU_EFFECTS (not CMakeLists.txt GPU_SOURCES)
- Add step for test_demo_effects.cc
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main/timeline.seq')
| -rw-r--r-- | workspaces/main/timeline.seq | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq index 2b843a7..6399bdf 100644 --- a/workspaces/main/timeline.seq +++ b/workspaces/main/timeline.seq @@ -9,10 +9,9 @@ SEQUENCE 4.00 0 "rotating_cube" EFFECT + RotatingCube source -> temp1 0.00 4.00 EFFECT + Placeholder temp1 -> sink 1.00 4.00 -SEQUENCE 8.00 0 "flash_cube" - # FlashCube (placeholder) -> Flash (placeholder) -> sink - EFFECT - Placeholder source -> temp1 0.00 4.02 - EFFECT + Placeholder temp1 -> sink 0.00 0.40 +SEQUENCE 8.00 0 "scene 2" + # Scene2 test + EFFECT + Scene2Effect source -> sink 0.0 4.0 SEQUENCE 12.00 1 "particles" # Particles -> Blur -> sink |
